diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-22 13:01:20 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-22 13:01:20 +0000 |
commit | fe45ce09f366f2260aef528d37ae35070b3a2a36 (patch) | |
tree | e9339ada3b50575aa63d7fa6cbc936dca6b69218 /ChangeLog | |
parent | ff3b3d82781300d48abec8a4a1600e7486663705 (diff) | |
download | glibc-fe45ce09f366f2260aef528d37ae35070b3a2a36.tar glibc-fe45ce09f366f2260aef528d37ae35070b3a2a36.tar.gz glibc-fe45ce09f366f2260aef528d37ae35070b3a2a36.tar.bz2 glibc-fe45ce09f366f2260aef528d37ae35070b3a2a36.zip |
Fix rintf rounding.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 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]. + * math/libm-test.inc (rint_test): Add more tests. + (rint_test_tonearest): Likewise. + (rint_test_towardzero): Likewise. + (rint_test_downward): Likewise. + (rint_test_upward: Likewise. + +2012-02-22 Joseph Myers <joseph@codesourcery.com> + [BZ #10110] * include/stdc-predef.h: New file. Extracted from features.h. * include/features.h: Include stdc-predef.h. |