summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-29 14:08:56 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-29 14:08:56 -0400
commitcb95113e30aead7b97cd806278c0ff055ba721b6 (patch)
treefde7e269b8ace65f635aade43c31b355c4dd52aa /ChangeLog
parent09e18697732f90357db0b3241e563a4db8ebfb03 (diff)
Fix accuracy problem in generic sin
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cb54e65d4..4c5ff75bcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-07-03 Andreas Jaeger <aj@suse.de>
+
+ [BZ #10709]
+ * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
+ of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
+ * math/libm-test.inc (sin_test): Add test case.
+
2011-10-29 Ulrich Drepper <drepper@gmail.com>
[BZ #13337]