Skip to content

Commit 1e0a9da

Browse files
committed
Change FASTLOAT_ARM64 macro to FASTFLOAT_NEON
1 parent 35d5231 commit 1e0a9da

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)