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. + +