From ef11dd8b470be9361cf9dc0c28fad53be68122f4 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 15 Aug 2018 18:01:27 +0200 Subject: Cygwin: Add FE_ALL_EXCEPT change to release notes. Signed-off-by: Corinna Vinschen --- winsup/cygwin/release/2.11.0 | 2 ++ winsup/doc/new-features.xml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/winsup/cygwin/release/2.11.0 b/winsup/cygwin/release/2.11.0 index 3ed196570..2d86dea3f 100644 --- a/winsup/cygwin/release/2.11.0 +++ b/winsup/cygwin/release/2.11.0 @@ -16,6 +16,8 @@ What changed: - /proc/cpuinfo now reports L3 cache size on Intel CPUs. +- Drop denormal-operand exception from FE_ALL_EXCEPT, as on Linux. + Bug Fixes --------- diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 63cb0ba36..ad45a56e0 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -26,6 +26,10 @@ aio_read, aio_return, aio_suspend, aio_write, lio_listio. New Header: <aio.h>. + +Drop denormal-operand exception from FE_ALL_EXCEPT, as on Linux. + + -- cgit v1.2.3