diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-09-19 16:55:27 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-09-19 16:55:27 +0530 |
commit | 7849ff938cf30d6a381ee864048bc0b3e8c96475 (patch) | |
tree | 6d4feb02fb9d3e9d9891fb43b4eb4ab21b2f9dae /benchtests/Makefile | |
parent | cfa3c8865ff8519f5110c5c261eb8cd7ded144aa (diff) | |
download | glibc-7849ff938cf30d6a381ee864048bc0b3e8c96475.tar.gz glibc-7849ff938cf30d6a381ee864048bc0b3e8c96475.tar.xz glibc-7849ff938cf30d6a381ee864048bc0b3e8c96475.zip |
Add benchmark inputs for sincos
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r-- | benchtests/Makefile | 4 |
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 |