mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 01:06:48 +08:00
* try to fix error on x86 platform step2.
This commit is contained in:
parent
50fa3ad99e
commit
d0c7def24d
@ -179,7 +179,8 @@ using parse_options = parse_options_t<char>;
|
|||||||
#if defined(__SSE2__) || (defined(FASTFLOAT_VISUAL_STUDIO) && \
|
#if defined(__SSE2__) || (defined(FASTFLOAT_VISUAL_STUDIO) && \
|
||||||
(defined(_M_AMD64) || defined(_M_X64) || \
|
(defined(_M_AMD64) || defined(_M_X64) || \
|
||||||
(defined(_M_IX86_FP) && _M_IX86_FP == 2)))
|
(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
|
#endif
|
||||||
|
|
||||||
#if defined(__aarch64__) || defined(_M_ARM64)
|
#if defined(__aarch64__) || defined(_M_ARM64)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user