about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-12-31 12:12:45 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-12-31 12:12:46 +0530
commitdd1d85e5ddd6baaf99f53964a718fab85b160149 (patch)
tree039cd97952195b71c600b8fa3d6b661176dd147f /ChangeLog
parent1acbb90f7a22c6542fa2bdcae69b8ba1228c06d3 (diff)
downloadglibc-dd1d85e5ddd6baaf99f53964a718fab85b160149.tar.gz
glibc-dd1d85e5ddd6baaf99f53964a718fab85b160149.tar.xz
glibc-dd1d85e5ddd6baaf99f53964a718fab85b160149.zip
Benchmark inputs for cos and sin
Add a comprehensive number of inputs for all branches in sin and cos
computation, excluding the fast paths.  This also adds a number of
inputs for the multiple precision slow paths.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f689c91bb..3a785abc2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* benchtests/cos-inputs: New inputs.
+	* benchtests/sin-inputs: Likewise.
+
 	* benchtests/atan-inputs: New inputs. Fix name of multiple
 	precision fallback inputs.