aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-02-22 13:03:40 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-22 13:03:40 +0000
commit6cbeae4719aeb3edb6143fe5dd6d2a5ab45c0248 (patch)
tree2668b282c3712aeab13fd3691bd0a5d9e16817fa /ChangeLog
parentfe45ce09f366f2260aef528d37ae35070b3a2a36 (diff)
downloadglibc-6cbeae4719aeb3edb6143fe5dd6d2a5ab45c0248.zip
glibc-6cbeae4719aeb3edb6143fe5dd6d2a5ab45c0248.tar.gz
glibc-6cbeae4719aeb3edb6143fe5dd6d2a5ab45c0248.tar.bz2
Fix nearbyintf rounding.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f58688e..153d80f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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].