https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ef11dd8b470be9361cf9dc0c28fad53be68122f4
commit ef11dd8b470be9361cf9dc0c28fad53be68122f4 Author: Corinna Vinschen <[email protected]> Date: Wed Aug 15 18:01:27 2018 +0200 Cygwin: Add FE_ALL_EXCEPT change to release notes. Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- 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 3ed1965..2d86dea 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 63cb0ba..ad45a56 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>
