Changes were applied on top of the 2de6703961c0d519046b841f7b392a040e1e5b55
Pali Rohár (3):
crt: Implement GNU functions for enabling/disabling floating point
exceptions
crt: Fix x86 __mingw_setfp() to not trigger exception when reading x87
sw and cw
crt: Fix x86 __mingw_setfp() to not trigger exception when disabling
x87 exceptions
mingw-w64-crt/Makefile.am | 1 +
mingw-w64-crt/misc/fedisableexcept.c | 8 ++++
mingw-w64-crt/misc/feenableexcept.c | 8 ++++
mingw-w64-crt/misc/fegetexcept.c | 8 ++++
mingw-w64-crt/misc/mingw_setfp.c | 63 +++++++++++++++++-----------
mingw-w64-headers/crt/fenv.h | 6 +++
6 files changed, 69 insertions(+), 25 deletions(-)
create mode 100644 mingw-w64-crt/misc/fedisableexcept.c
create mode 100644 mingw-w64-crt/misc/feenableexcept.c
create mode 100644 mingw-w64-crt/misc/fegetexcept.c
--
2.20.1
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public