[issue18062] m68k FPU precision issue

Stefan Krah report at bugs.python.org
Sat May 25 23:17:56 CEST 2013


Stefan Krah added the comment:

> We do not want to change it to 64-bit because it’s not supported in all environments.

Does this also apply to changing the precision temporarily? Because
that is what happens for other platforms, see Include/pyport.h:


HAVE_PY_SET_53BIT_PRECISION
_PY_SET_53BIT_PRECISION_START
_PY_SET_53BIT_PRECISION_END
...


To me it sounds that you'd basically have to provide these macros
for the platform.

----------
nosy: +mark.dickinson, skrah

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


More information about the Python-bugs-list mailing list