Skip to content

Commit

Permalink
Change FASTLOAT_ARM64 macro to FASTFLOAT_NEON
Browse files Browse the repository at this point in the history
  • Loading branch information
mayawarrier committed Dec 13, 2023
1 parent 35d5231 commit 1e0a9da
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 1e0a9da

Please sign in to comment.