Change FASTLOAT_ARM64 macro to FASTFLOAT_NEON

This commit is contained in:
Maya Warrier 2023-12-13 00:56:35 -05:00
parent 35d523195b
commit 1e0a9da538

View File

@ -134,7 +134,7 @@ using parse_options = parse_options_t<char>;
#define FASTFLOAT_NEON 1
#endif
#if defined(FASTFLOAT_SSE2) || defined(FASTFLOAT_ARM64)
#if defined(FASTFLOAT_SSE2) || defined(FASTFLOAT_NEON)
#define FASTFLOAT_HAS_SIMD 1
#endif