about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-09-19 16:45:27 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-09-19 16:45:27 +0530
commit6cce25f814400769e77d1d8d1fea0c5882faf0d2 (patch)
treef8b56e5adf0e82062a8c4c325a909574515f188f /ChangeLog
parent5eea0404a81a1c6acd45458aede9be2e870d8e5e (diff)
downloadglibc-6cce25f814400769e77d1d8d1fea0c5882faf0d2.tar.gz
glibc-6cce25f814400769e77d1d8d1fea0c5882faf0d2.tar.xz
glibc-6cce25f814400769e77d1d8d1fea0c5882faf0d2.zip
Consolidate sin/cos computation for large inputs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0591a96f89..3245378c1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
+	function.
+	(__sin): Use it.
+	(__cos): Likewise.
+
 	* sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
 	gotos.
 	(__cos): Likewise.