We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d5231 commit 1e0a9daCopy full SHA for 1e0a9da
include/fast_float/float_common.h
@@ -134,7 +134,7 @@ using parse_options = parse_options_t<char>;
134
#define FASTFLOAT_NEON 1
135
#endif
136
137
-#if defined(FASTFLOAT_SSE2) || defined(FASTFLOAT_ARM64)
+#if defined(FASTFLOAT_SSE2) || defined(FASTFLOAT_NEON)
138
#define FASTFLOAT_HAS_SIMD 1
139
140
0 commit comments