Accidentally, it appears that PPC64 was always disabled by default. (#2320)

This commit is contained in:
Daniel Lemire
2025-01-03 11:01:04 -05:00
committed by GitHub
parent 7712ecf164
commit 5488dca126
+1
View File
@@ -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__)