mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
10 lines
213 B
C
10 lines
213 B
C
#ifndef SIMDJSON_CONDITIONAL_INCLUDE
|
|
#include "simdjson/icelake/base.h"
|
|
#endif // SIMDJSON_CONDITIONAL_INCLUDE
|
|
|
|
#if !SIMDJSON_CAN_ALWAYS_RUN_ICELAKE
|
|
SIMDJSON_UNTARGET_REGION
|
|
#endif
|
|
|
|
#undef SIMDJSON_IMPLEMENTATION
|