diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-09-03 11:54:51 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-09-03 11:54:51 -0500 |
commit | f4951059f2331e5da4fa50d5b05080b21cce23f2 (patch) | |
tree | 89aa51b8e48ae5ec460bebacd651e01df790fb1d | |
parent | fa9dfd4f82215def75ea64ac94440c01b61b1865 (diff) | |
parent | fda673d59f80a52589fde119468bac8a0561e67c (diff) | |
download | cpython-git-f4951059f2331e5da4fa50d5b05080b21cce23f2.tar.gz |
Closes #24974: Merge with 3.5
-rw-r--r-- | Modules/_decimal/libmpdec/mpdecimal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_decimal/libmpdec/mpdecimal.c b/Modules/_decimal/libmpdec/mpdecimal.c index 21d222277c..593f9f5e03 100644 --- a/Modules/_decimal/libmpdec/mpdecimal.c +++ b/Modules/_decimal/libmpdec/mpdecimal.c @@ -43,6 +43,7 @@ #ifdef PPRO #if defined(_MSC_VER) #include <float.h> + #pragma float_control(precise, on) #pragma fenv_access(on) #elif !defined(__OpenBSD__) && !defined(__NetBSD__) /* C99 */ |