[New-bugs-announce] [issue18062] m68k FPU precision issue

mirabilos report at bugs.python.org
Sat May 25 23:00:51 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18062>
_______________________________________


More information about the New-bugs-announce mailing list