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 327bb75 commit afeb503Copy full SHA for afeb503
libc/src/__support/FPUtil/x86_64/FEnvImpl.h
@@ -24,7 +24,8 @@
24
#error "Invalid include"
25
#endif
26
27
-#ifndef __SSE__
+#if (defined(__i386__) && !defined(__SSE__)) || \
28
+ (defined(_M_IX86_FP) && (_M_IX86_FP == 0))
29
// When SSE is not available, we will only touch x87 floating point environment.
30
#include "src/__support/FPUtil/x86_64/fenv_x87_only.h"
31
#else // __SSE__
0 commit comments