mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 17:26:51 +08:00
Change FASTLOAT_ARM64 macro to FASTFLOAT_NEON
This commit is contained in:
parent
35d523195b
commit
1e0a9da538
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user