From 7849ff938cf30d6a381ee864048bc0b3e8c96475 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 19 Sep 2013 16:55:27 +0530 Subject: Add benchmark inputs for sincos --- benchtests/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'benchtests/Makefile') 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 -- cgit 1.4.1