There was an error while loading. Please reload this page.
1 parent 84c97af commit 0cd526eCopy full SHA for 0cd526e
1 file changed
Include/pymacconfig.h
@@ -20,6 +20,9 @@
20
# undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754
21
# undef DOUBLE_IS_BIG_ENDIAN_IEEE754
22
# undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754
23
+/* we don't ever need to play with the x87 control word on OS X/Intel, so just
24
+ pretend that we can't, to avoid problems on Intel+PPC builds */
25
+# undef HAVE_GCC_ASM_FOR_X87
26
27
# undef VA_LIST_IS_ARRAY
28
# if defined(__LP64__) && defined(__x86_64__)
0 commit comments