[issue5593] test_math.testFsum failure on release30-maint

Mark Dickinson report at bugs.python.org
Sun Mar 29 15:02:55 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

> My best guess is that you somehow ended up in a situation where the math 
> module was using the x87 FPU for floating-point, while the interpreter 
> core was using SSE2.  Is this possible?

I should also have said that this would fit with the 32-bit/64-bit
stuff:  I *think* it's true that for gcc on Linux, in the absence of 
compiler flags, a 64-bit build defaults to using SSE2 while a 32-bit build 
defaults to x87.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5593>
_______________________________________


More information about the Python-bugs-list mailing list