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 mirabilos
Recipients mirabilos
Date 2013-05-25.21:00:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369515651.34.0.291697920686.issue18062@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

splitting off issue18061 by request of pitrou:

FPU precision issue: MC68881 FPU, similar to Intel 80387, uses 80-bit precision internally. We do not want to change it to 64-bit because it’s not supported in all environments. Can probably be reproduced on i386 (with disabled SSE); fixing this in general would allow keeping the FPUCW on i387 unchanged too.

See issue18061 for details.
History
Date User Action Args
2013-05-25 21:00:51mirabilossetrecipients: + mirabilos
2013-05-25 21:00:51mirabilossetmessageid: <1369515651.34.0.291697920686.issue18062@psf.upfronthosting.co.za>
2013-05-25 21:00:51mirabiloslinkissue18062 messages
2013-05-25 21:00:51mirabiloscreate