Discussion:
[newlib-cygwin] Cygwin: Add FE_ALL_EXCEPT change to release notes.
Corinna Vinschen
2018-08-15 16:03:06 UTC
Permalink
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ef11dd8b470be9361cf9dc0c28fad53be68122f4

commit ef11dd8b470be9361cf9dc0c28fad53be68122f4
Author: Corinna Vinschen <***@vinschen.de>
Date: Wed Aug 15 18:01:27 2018 +0200

Cygwin: Add FE_ALL_EXCEPT change to release notes.

Signed-off-by: Corinna Vinschen <***@vinschen.de>

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: &lt;aio.h&gt;.
</para></listitem>

+<listitem><para>
+Drop denormal-operand exception from FE_ALL_EXCEPT, as on Linux.
+</para></listitem>
+
</itemizedlist>

</sect2>

Loading...