about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2014-10-24 13:01:38 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2014-10-24 13:03:11 +0000
commitea9a7c8b066accc408402fc00c946db7d8eb9764 (patch)
tree4339339854b4d7fb6fc269cfe414497ed911e506 /ChangeLog
parente226de337216d54c1aa3b90c4b960a72a223eba6 (diff)
downloadglibc-ea9a7c8b066accc408402fc00c946db7d8eb9764.tar.gz
glibc-ea9a7c8b066accc408402fc00c946db7d8eb9764.tar.xz
glibc-ea9a7c8b066accc408402fc00c946db7d8eb9764.zip
Cleanup feclearexcept to use the same logic as the ARM version. No functional changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcf4636b0f..fa7bcf32ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -117,6 +117,11 @@
 
 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
 
+	* sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
+	Simplify logic.
+
+2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
+
 	* sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
 	Cleanup logic.