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 a0bb51e commit b8bcdddCopy full SHA for b8bcddd
Include/pyport.h
@@ -406,7 +406,7 @@ extern "C" {
406
#endif
407
408
/* get and set x87 control word for VisualStudio/x86 */
409
-#if defined(_MSC_VER) && !defined(_WIN64) /* x87 not supported in 64-bit */
+#if defined(_MSC_VER) && defined(_M_IX86) /* x87 only supported in x86 */
410
#define HAVE_PY_SET_53BIT_PRECISION 1
411
#define _Py_SET_53BIT_PRECISION_HEADER \
412
unsigned int old_387controlword, new_387controlword, out_387controlword
0 commit comments