simdjson  3.9.4
Ridiculously Fast JSON
begin.h
1 #define SIMDJSON_IMPLEMENTATION haswell
2 
3 #include "simdjson/haswell/base.h"
4 #include "simdjson/haswell/intrinsics.h"
5 
6 #if !SIMDJSON_CAN_ALWAYS_RUN_HASWELL
7 SIMDJSON_TARGET_REGION("avx2,bmi,pclmul,lzcnt,popcnt")
8 #endif
9 
10 #include "simdjson/haswell/bitmanipulation.h"
11 #include "simdjson/haswell/bitmask.h"
12 #include "simdjson/haswell/numberparsing_defs.h"
13 #include "simdjson/haswell/simd.h"
14 #include "simdjson/haswell/stringparsing_defs.h"