File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
#ifndef SIMDJSON_IMPLEMENTATION_ARM64
11
11
#define SIMDJSON_IMPLEMENTATION_ARM64 (SIMDJSON_IS_ARM64)
12
- #define SIMDJSON_CAN_ALWAYS_RUN_ARM64 (SIMDJSON_IS_ARM64)
13
12
#endif
13
+ #define SIMDJSON_CAN_ALWAYS_RUN_ARM64 SIMDJSON_IMPLEMENTATION_ARM64 && SIMDJSON_IS_ARM64
14
14
15
15
#include " simdjson/internal/isadetection.h"
16
16
#include " simdjson/internal/jsoncharutils_tables.h"
Original file line number Diff line number Diff line change 9
9
10
10
#ifndef SIMDJSON_IMPLEMENTATION_PPC64
11
11
#define SIMDJSON_IMPLEMENTATION_PPC64 (SIMDJSON_IS_PPC64)
12
- #define SIMDJSON_CAN_ALWAYS_RUN_PPC64 (SIMDJSON_IS_PPC64)
13
12
#endif
13
+ #define SIMDJSON_CAN_ALWAYS_RUN_PPC64 SIMDJSON_IMPLEMENTATION_PPC64 && SIMDJSON_IS_PPC64
14
14
15
15
#include " simdjson/internal/isadetection.h"
16
16
#include " simdjson/internal/jsoncharutils_tables.h"
You can’t perform that action at this time.
0 commit comments