about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-06-05 13:56:19 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-06-05 13:56:19 +0530
commit4c60cb0c8329dd498e9cce3735e5ee6212ad28f4 (patch)
tree34449764655642b4e2736978a865a28c79911e64 /ChangeLog
parent96df079a42018f92a609a69b236c1184c9928b99 (diff)
downloadglibc-4c60cb0c8329dd498e9cce3735e5ee6212ad28f4.tar.gz
glibc-4c60cb0c8329dd498e9cce3735e5ee6212ad28f4.tar.xz
glibc-4c60cb0c8329dd498e9cce3735e5ee6212ad28f4.zip
Skip modifying exception mask and flags in SET_RESTORE_ROUND_53BIT
We only need to set/restore rounding mode to ensure correct
computation for non-default rounding modes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aeec81fd74..69f3b9f0fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* sysdeps/generic/math_private.h
+	(libc_feholdexcept_setround_53bit): Replace with
+	libc_feholdsetround_53bit.
+	(libc_feupdateenv_53bit): Replace with
+	libc_feresetround_53bit.
+	(SET_RESTORE_ROUND_53BIT): Adjust.
+
 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* string/test-strchrnul.c: Add copyright header.