File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 6
6
#endif
7
7
8
8
#include " simdjson/portability.h"
9
-
9
+ // Default Haswell to on if this is x86-64. Even if we're not compiled for it, it could be selected
10
+ // at runtime.
11
+ #ifndef SIMDJSON_IMPLEMENTATION_ARM64
12
+ #define SIMDJSON_IMPLEMENTATION_ARM64 (SIMDJSON_IS_ARM64)
13
+ #endif
10
14
#include " simdjson/internal/isadetection.h"
11
15
#include " simdjson/internal/jsoncharutils_tables.h"
12
16
#include " simdjson/internal/numberparsing_tables.h"
Original file line number Diff line number Diff line change 7
7
8
8
#include " simdjson/portability.h"
9
9
10
+ #ifndef SIMDJSON_IMPLEMENTATION_PPC64
11
+ #define SIMDJSON_IMPLEMENTATION_PPC64 (SIMDJSON_IS_PPC64)
12
+ #endif
13
+
10
14
#include " simdjson/internal/isadetection.h"
11
15
#include " simdjson/internal/jsoncharutils_tables.h"
12
16
#include " simdjson/internal/numberparsing_tables.h"
You can’t perform that action at this time.
0 commit comments