mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Accidentally, it appears that PPC64 was always disabled by default. (#2320)
This commit is contained in:
@@ -48,6 +48,7 @@ using std::size_t;
|
||||
#elif defined(__loongarch_lp64)
|
||||
#define SIMDJSON_IS_LOONGARCH64 1
|
||||
#elif defined(__PPC64__) || defined(_M_PPC64)
|
||||
#define SIMDJSON_IS_PPC64 1
|
||||
#if defined(__ALTIVEC__)
|
||||
#define SIMDJSON_IS_PPC64_VMX 1
|
||||
#endif // defined(__ALTIVEC__)
|
||||
|
||||
Reference in New Issue
Block a user