We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fa3ad commit d0c7defCopy full SHA for d0c7def
include/fast_float/float_common.h
@@ -179,7 +179,8 @@ using parse_options = parse_options_t<char>;
179
#if defined(__SSE2__) || (defined(FASTFLOAT_VISUAL_STUDIO) && \
180
(defined(_M_AMD64) || defined(_M_X64) || \
181
(defined(_M_IX86_FP) && _M_IX86_FP == 2)))
182
-#define FASTFLOAT_SSE2 1
+// try to fix error on x86 platform: disable SSE2 code
183
+//#define FASTFLOAT_SSE2 1
184
#endif
185
186
#if defined(__aarch64__) || defined(_M_ARM64)
0 commit comments