diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-06-05 13:56:19 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-06-05 13:56:19 +0530 |
commit | 4c60cb0c8329dd498e9cce3735e5ee6212ad28f4 (patch) | |
tree | 34449764655642b4e2736978a865a28c79911e64 /ChangeLog | |
parent | 96df079a42018f92a609a69b236c1184c9928b99 (diff) | |
download | glibc-4c60cb0c8329dd498e9cce3735e5ee6212ad28f4.zip glibc-4c60cb0c8329dd498e9cce3735e5ee6212ad28f4.tar.gz glibc-4c60cb0c8329dd498e9cce3735e5ee6212ad28f4.tar.bz2 |
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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |