aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-02-22 13:01:20 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-22 13:01:20 +0000
commitfe45ce09f366f2260aef528d37ae35070b3a2a36 (patch)
treee9339ada3b50575aa63d7fa6cbc936dca6b69218 /ChangeLog
parentff3b3d82781300d48abec8a4a1600e7486663705 (diff)
downloadglibc-fe45ce09f366f2260aef528d37ae35070b3a2a36.tar
glibc-fe45ce09f366f2260aef528d37ae35070b3a2a36.tar.gz
glibc-fe45ce09f366f2260aef528d37ae35070b3a2a36.tar.bz2
glibc-fe45ce09f366f2260aef528d37ae35070b3a2a36.zip
Fix rintf rounding.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1f95328e7..f58688e881 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.