Skip to content

Commit

Permalink
Merge pull request #230 from mayawarrier/fix-arm-neon-macro
Browse files Browse the repository at this point in the history
Fix for ARM SIMD
  • Loading branch information
lemire authored Dec 13, 2023
2 parents 35d5231 + 1e0a9da commit 506b01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fast_float/float_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 506b01a

Please sign in to comment.