diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-06-15 19:59:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-15 19:59:41 +0000 |
commit | 3711a167f6b5203b4414db7853f3c57f1260e1bf (patch) | |
tree | c0295404b8914941e6eb24d9cdfa7a371ea90613 /ChangeLog | |
parent | 8fc75e6fb73eebe467da9d1e94d5ef9212cac04f (diff) | |
download | glibc-3711a167f6b5203b4414db7853f3c57f1260e1bf.tar glibc-3711a167f6b5203b4414db7853f3c57f1260e1bf.tar.gz glibc-3711a167f6b5203b4414db7853f3c57f1260e1bf.tar.bz2 glibc-3711a167f6b5203b4414db7853f3c57f1260e1bf.zip |
Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |