We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7939ad5 commit 2a84f35Copy full SHA for 2a84f35
include/simdjson/arm64.h
@@ -9,6 +9,7 @@
9
10
#ifndef SIMDJSON_IMPLEMENTATION_ARM64
11
#define SIMDJSON_IMPLEMENTATION_ARM64 (SIMDJSON_IS_ARM64)
12
+#define SIMDJSON_CAN_ALWAYS_RUN_ARM64 (SIMDJSON_IS_ARM64)
13
#endif
14
15
#include "simdjson/internal/isadetection.h"
include/simdjson/ppc64.h
#ifndef SIMDJSON_IMPLEMENTATION_PPC64
#define SIMDJSON_IMPLEMENTATION_PPC64 (SIMDJSON_IS_PPC64)
+#define SIMDJSON_CAN_ALWAYS_RUN_PPC64 (SIMDJSON_IS_PPC64)
0 commit comments