diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2018-08-15 18:01:27 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2018-08-15 18:02:22 +0200 |
commit | ef11dd8b470be9361cf9dc0c28fad53be68122f4 (patch) | |
tree | 327512ae19f31012d7e1145a32a5db0f85787d19 | |
parent | 4c4c19f54865daac0b5d0343d8154910a7d79553 (diff) | |
download | cygnal-ef11dd8b470be9361cf9dc0c28fad53be68122f4.tar.gz cygnal-ef11dd8b470be9361cf9dc0c28fad53be68122f4.tar.bz2 cygnal-ef11dd8b470be9361cf9dc0c28fad53be68122f4.zip |
Cygwin: Add FE_ALL_EXCEPT change to release notes.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/2.11.0 | 2 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 4 |
2 files changed, 6 insertions, 0 deletions
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>. </para></listitem> +<listitem><para> +Drop denormal-operand exception from FE_ALL_EXCEPT, as on Linux. +</para></listitem> + </itemizedlist> </sect2> |