mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
Merge pull request #230 from mayawarrier/fix-arm-neon-macro
Fix for ARM SIMD
This commit is contained in:
commit
506b01a236
@ -134,7 +134,7 @@ using parse_options = parse_options_t<char>;
|
|||||||
#define FASTFLOAT_NEON 1
|
#define FASTFLOAT_NEON 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(FASTFLOAT_SSE2) || defined(FASTFLOAT_ARM64)
|
#if defined(FASTFLOAT_SSE2) || defined(FASTFLOAT_NEON)
|
||||||
#define FASTFLOAT_HAS_SIMD 1
|
#define FASTFLOAT_HAS_SIMD 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user