This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson, pitrou
Date 2009-03-29.13:02:54
SpamBayes Score 8.624813e-06
Marked as misclassified No
Message-id <1238331775.83.0.23337702669.issue5593@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2009-03-29 13:02:55mark.dickinsonsetrecipients: + mark.dickinson, pitrou
2009-03-29 13:02:55mark.dickinsonsetmessageid: <1238331775.83.0.23337702669.issue5593@psf.upfronthosting.co.za>
2009-03-29 13:02:55mark.dickinsonlinkissue5593 messages
2009-03-29 13:02:54mark.dickinsoncreate