Skip to content

Commit 2a84f35

Browse files
committed
Definining SIMDJSON_CAN_ALWAYS_RUN_PPC64 and SIMDJSON_CAN_ALWAYS_RUN_ARM64
1 parent 7939ad5 commit 2a84f35

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/simdjson/arm64.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#ifndef SIMDJSON_IMPLEMENTATION_ARM64
1111
#define SIMDJSON_IMPLEMENTATION_ARM64 (SIMDJSON_IS_ARM64)
12+
#define SIMDJSON_CAN_ALWAYS_RUN_ARM64 (SIMDJSON_IS_ARM64)
1213
#endif
1314

1415
#include "simdjson/internal/isadetection.h"

include/simdjson/ppc64.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#ifndef SIMDJSON_IMPLEMENTATION_PPC64
1111
#define SIMDJSON_IMPLEMENTATION_PPC64 (SIMDJSON_IS_PPC64)
12+
#define SIMDJSON_CAN_ALWAYS_RUN_PPC64 (SIMDJSON_IS_PPC64)
1213
#endif
1314

1415
#include "simdjson/internal/isadetection.h"

0 commit comments

Comments
 (0)