]> granicus.if.org Git - python/commit
The SSE2 detection and enabling could potentially cause
authorMark Dickinson <dickinsm@gmail.com>
Sat, 18 Apr 2009 20:17:52 +0000 (20:17 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 18 Apr 2009 20:17:52 +0000 (20:17 +0000)
commit7abf8d4066e9b4dd21f9a498427ac1ec8914c0ab
tree354e670eb1de034ee884818039a97f0141544961
parent153c70f6d770f69314cc3f95ab240e2d9bcaf959
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.
Include/pyport.h
Misc/NEWS
Objects/floatobject.c
Python/pymath.c
configure
configure.in
pyconfig.h.in