Merge branch 'fastfloat:main' into main

This commit is contained in:
Maya Warrier 2023-12-13 17:54:05 -05:00 committed by GitHub
commit a59a62cb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ using parse_options = parse_options_t<char>;
#define FASTFLOAT_NEON 1 #define FASTFLOAT_NEON 1
#endif #endif
#if defined(FASTFLOAT_SSE2) || defined(FASTFLOAT_ARM64) #if defined(FASTFLOAT_SSE2) || defined(FASTFLOAT_NEON)
#define FASTFLOAT_HAS_SIMD 1 #define FASTFLOAT_HAS_SIMD 1
#endif #endif