New submission from mirabilos:

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.

----------
components: Interpreter Core
messages: 189999
nosy: mirabilos
priority: normal
severity: normal
status: open
title: m68k FPU precision issue
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18062>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to