* try to fix error on x86 platform step2.

This commit is contained in:
IRainman 2025-11-09 16:38:57 +03:00
parent 50fa3ad99e
commit d0c7def24d

View File

@ -179,7 +179,8 @@ using parse_options = parse_options_t<char>;
#if defined(__SSE2__) || (defined(FASTFLOAT_VISUAL_STUDIO) && \
(defined(_M_AMD64) || defined(_M_X64) || \
(defined(_M_IX86_FP) && _M_IX86_FP == 2)))
#define FASTFLOAT_SSE2 1
// try to fix error on x86 platform: disable SSE2 code
//#define FASTFLOAT_SSE2 1
#endif
#if defined(__aarch64__) || defined(_M_ARM64)