about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-01 14:45:54 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-02 17:48:47 +0530
commit92e3664bb597c61c581d02c833729d484de726ad (patch)
tree94d672b150775226dd7b1ef770a48dc846494191 /ChangeLog
parent81f311c2eed308c938f995dbda97d2ec4d00b723 (diff)
downloadglibc-92e3664bb597c61c581d02c833729d484de726ad.tar.gz
glibc-92e3664bb597c61c581d02c833729d484de726ad.tar.xz
glibc-92e3664bb597c61c581d02c833729d484de726ad.zip
Add benchmark inputs for sin
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4b7af4263..0d7e23526e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* bench/Makefile (bench): Add sin and slowsin.
+	* benchtests/sin-inputs: New file.
+	* benchtests/slowsin-inputs: New file.
+	* benchtests/slowsin.c: New file.
+
 	* benchtests/Makefile: Add benchmarks for slowpow and slowexp.
 	(bench): Add slowexp and slowpow.
 	(exp-ITER): Increase iterations.