diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-22 13:03:40 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-22 13:03:40 +0000 |
commit | 6cbeae4719aeb3edb6143fe5dd6d2a5ab45c0248 (patch) | |
tree | 2668b282c3712aeab13fd3691bd0a5d9e16817fa /ChangeLog | |
parent | fe45ce09f366f2260aef528d37ae35070b3a2a36 (diff) | |
download | glibc-6cbeae4719aeb3edb6143fe5dd6d2a5ab45c0248.zip glibc-6cbeae4719aeb3edb6143fe5dd6d2a5ab45c0248.tar.gz glibc-6cbeae4719aeb3edb6143fe5dd6d2a5ab45c0248.tar.bz2 |
Fix nearbyintf rounding.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2012-02-22 Joseph Myers <joseph@codesourcery.com> + [BZ #2547] + [BZ #11365] + * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not + manipulate bits before adding and subtracting TWO23[sx]. + * math/libm-test.inc (nearbyint_test): Add more tests. + +2012-02-22 Joseph Myers <joseph@codesourcery.com> + [BZ #2548] * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate bits before adding and subtracting TWO23[sx]. |