about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-06-15 19:59:41 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-06-15 19:59:41 +0000
commit3711a167f6b5203b4414db7853f3c57f1260e1bf (patch)
treec0295404b8914941e6eb24d9cdfa7a371ea90613 /ChangeLog
parent8fc75e6fb73eebe467da9d1e94d5ef9212cac04f (diff)
downloadglibc-3711a167f6b5203b4414db7853f3c57f1260e1bf.tar.gz
glibc-3711a167f6b5203b4414db7853f3c57f1260e1bf.tar.xz
glibc-3711a167f6b5203b4414db7853f3c57f1260e1bf.zip
Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf4e137669..af0d2433f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
 
+	[BZ #15631]
+	* sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
+	restore exception state around main square root computation, then
+	check for inexactness explicitly.
+
 	* math/libm-test.inc (fma_test_data): Add another test.
 
 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>