[issue24974] ICC on Windows 8.1: _decimal fails to compile with default fp model

Stefan Krah report at bugs.python.org
Tue Sep 1 18:41:08 CEST 2015


Stefan Krah added the comment:

If "#pragma float_control(precise, push)" is exactly the MSVC default
then I'm fine with putting it on top of FENV_ACCESS.

There's nothing speed sensitive going on here: In the 32-bit build
the x87 FPU is used for modular multiplication of integers and needs
the control word set to 80-bit prec + ROUND_CHOP.

----------

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


More information about the Python-bugs-list mailing list