summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-04-18 20:17:52 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-04-18 20:17:52 (GMT)
commit7abf8d4066e9b4dd21f9a498427ac1ec8914c0ab (patch)
tree354e670eb1de034ee884818039a97f0141544961 /pyconfig.h.in
parent153c70f6d770f69314cc3f95ab240e2d9bcaf959 (diff)
downloadcpython-7abf8d4066e9b4dd21f9a498427ac1ec8914c0ab.zip
cpython-7abf8d4066e9b4dd21f9a498427ac1ec8914c0ab.tar.gz
cpython-7abf8d4066e9b4dd21f9a498427ac1ec8914c0ab.tar.bz2
The SSE2 detection and enabling could potentially cause
problems for binary distributions of Python in situations where the build machine has SSE2 but the target machine does not. Therefore, don't enable SSE2 instructions automatically on x86.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 1807d80..01bc235 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -989,10 +989,6 @@
/* Define if you want to use computed gotos in ceval.c. */
#undef USE_COMPUTED_GOTOS
-/* Define on x86 hardware if the x87 FPU is being used for floating-point
- arithmetic */
-#undef USING_X87_FPU
-
/* Define if a va_list is an array of some kind */
#undef VA_LIST_IS_ARRAY