simdjson
4.4.0
Ridiculously Fast JSON
Loading...
Searching...
No Matches
begin.h
1
#define SIMDJSON_IMPLEMENTATION lasx
2
#include <lsxintrin.h>
// This is a hack. We should not need to put this include here.
3
#if SIMDJSON_CAN_ALWAYS_RUN_LASX
4
// nothing needed.
5
#else
6
SIMDJSON_TARGET_REGION(
"lasx,lsx"
)
7
#endif
8
9
#include "simdjson/lasx/base.h"
10
#include "simdjson/lasx/intrinsics.h"
11
#include "simdjson/lasx/bitmanipulation.h"
12
#include "simdjson/lasx/bitmask.h"
13
#include "simdjson/lasx/numberparsing_defs.h"
14
#include "simdjson/lasx/simd.h"
15
#include "simdjson/lasx/stringparsing_defs.h"
16
17
#define SIMDJSON_SKIP_BACKSLASH_SHORT_CIRCUIT 1
18
19
include
simdjson
lasx
begin.h
Generated by
1.9.8