about summary refs log tree commit diff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-09-19 16:55:27 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-09-19 16:55:27 +0530
commit7849ff938cf30d6a381ee864048bc0b3e8c96475 (patch)
tree6d4feb02fb9d3e9d9891fb43b4eb4ab21b2f9dae /benchtests/Makefile
parentcfa3c8865ff8519f5110c5c261eb8cd7ded144aa (diff)
downloadglibc-7849ff938cf30d6a381ee864048bc0b3e8c96475.tar.gz
glibc-7849ff938cf30d6a381ee864048bc0b3e8c96475.tar.xz
glibc-7849ff938cf30d6a381ee864048bc0b3e8c96475.zip
Add benchmark inputs for sincos
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r--benchtests/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index 9cb4ff9006..4f4bd5408a 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -21,7 +21,7 @@
 
 subdir := benchtests
 bench := acos acosh asin asinh atan atanh cos cosh exp log modf pow rint sin \
-	 sinh tan tanh
+	 sincos sinh tan tanh
 
 # String function benchmarks.
 string-bench := bcopy bzero memccpy memchr memcmp memcpy memmem memmove \
@@ -98,6 +98,8 @@ tanh-ARGLIST = double
 tanh-RET = double
 LDLIBS-bench-tanh = -lm
 
+LDLIBS-bench-sincos = -lm
+
 
 
 # Rules to build and execute the benchmarks.  Do not put any benchmark