1 #ifndef SIMDJSON_INTERNAL_SIMDPRUNE_TABLES_H
2 #define SIMDJSON_INTERNAL_SIMDPRUNE_TABLES_H
4 #include "simdjson/base.h"
11 extern SIMDJSON_DLLIMPORTEXPORT
const unsigned char BitsSetTable256mul2[256];
13 extern SIMDJSON_DLLIMPORTEXPORT
const uint8_t pshufb_combine_table[272];
16 extern SIMDJSON_DLLIMPORTEXPORT
const uint64_t thintable_epi8[256];
The top level simdjson namespace, containing everything the library provides.