diff options
author | Jakub Jelinek <jakub@redhat.com> | 2010-10-15 15:25:14 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-10-15 15:25:14 -0400 |
commit | f3f7372de1401b99f0a318ce09caf73e42d6f022 (patch) | |
tree | ba50115ae28fd9174fb6f57d55128453f1898ff0 /ChangeLog | |
parent | 14d43591face21dbd4d51b5c46fa3c17740ddc78 (diff) | |
download | glibc-f3f7372de1401b99f0a318ce09caf73e42d6f022.zip glibc-f3f7372de1401b99f0a318ce09caf73e42d6f022.tar.gz glibc-f3f7372de1401b99f0a318ce09caf73e42d6f022.tar.bz2 |
Fix some more dbl-64/s_fma.c issue
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-10-14 Jakub Jelinek <jakub@redhat.com> + + [BZ #3268] + * math/libm-test.inc (fma_test): Add some more tests. + * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows + correctly. + 2010-10-15 Andreas Schwab <schwab@redhat.com> * scripts/data/localplt-s390-linux-gnu.data: New file. |