Files
2023-07-14 20:05:05 -07:00

14 lines
435 B
C

#define SIMDJSON_IMPLEMENTATION westmere
#include "simdjson/westmere/base.h"
#include "simdjson/westmere/intrinsics.h"
#if !SIMDJSON_CAN_ALWAYS_RUN_WESTMERE
SIMDJSON_TARGET_REGION("sse4.2,pclmul,popcnt")
#endif
#include "simdjson/westmere/bitmanipulation.h"
#include "simdjson/westmere/bitmask.h"
#include "simdjson/westmere/numberparsing_defs.h"
#include "simdjson/westmere/simd.h"
#include "simdjson/westmere/stringparsing_defs.h"