[issue24520] Stop using deprecated floating-point environment functions on FreeBSD

Stefan Krah report at bugs.python.org
Mon Sep 21 17:20:06 CEST 2015


Stefan Krah added the comment:

Regarding volatile: gcc/clang seem to honor *some* changes to
the control word. At least in libmpdec both compilers have
always left the settings 80bit-prec/ROUND_CHOP intact, even
though it's not the default.

Let's rewrite Python in asm to avoid these issues. :)

----------

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


More information about the Python-bugs-list mailing list