#ifndef SIMDJSON_ARM64_INTRINSICS_H #define SIMDJSON_ARM64_INTRINSICS_H #ifndef SIMDJSON_CONDITIONAL_INCLUDE #include "simdjson/arm64/base.h" #endif // SIMDJSON_CONDITIONAL_INCLUDE // This should be the correct header whether // you use visual studio or other compilers. #include static_assert(sizeof(uint8x16_t) <= simdjson::SIMDJSON_PADDING, "insufficient padding for arm64"); #endif // SIMDJSON_ARM64_INTRINSICS_H