Skip to content

Commit 506b01a

Browse files
authored
Merge pull request #230 from mayawarrier/fix-arm-neon-macro
Fix for ARM SIMD
2 parents 35d5231 + 1e0a9da commit 506b01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fast_float/float_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ using parse_options = parse_options_t<char>;
134134
#define FASTFLOAT_NEON 1
135135
#endif
136136

137-
#if defined(FASTFLOAT_SSE2) || defined(FASTFLOAT_ARM64)
137+
#if defined(FASTFLOAT_SSE2) || defined(FASTFLOAT_NEON)
138138
#define FASTFLOAT_HAS_SIMD 1
139139
#endif
140140

0 commit comments

Comments
 (0)