From 19b5525e525601bf5cc0279c6950e79157c670b1 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 12 Dec 2013 09:31:53 +0530 Subject: benchmark inputs for exp2, log2, log and tan --- benchtests/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'benchtests/Makefile') diff --git a/benchtests/Makefile b/benchtests/Makefile index c1698c6..eea384d 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -20,8 +20,8 @@ # Add benchmark functions in alphabetical order. subdir := benchtests -bench := acos acosh asin asinh atan atanh cos cosh exp log modf pow rint sin \ - sincos sinh sqrt tan tanh +bench := acos acosh asin asinh atan atanh cos cosh exp exp2 log log2 modf pow \ + rint sin sincos sinh sqrt tan tanh # String function benchmarks. string-bench := bcopy bzero memccpy memchr memcmp memcpy memmem memmove \ @@ -44,7 +44,9 @@ LDLIBS-bench-atanh = -lm LDLIBS-bench-cos = -lm LDLIBS-bench-cosh = -lm LDLIBS-bench-exp = -lm +LDLIBS-bench-exp2 = -lm LDLIBS-bench-log = -lm +LDLIBS-bench-log2 = -lm LDLIBS-bench-pow = -lm LDLIBS-bench-rint = -lm LDLIBS-bench-sin = -lm -- cgit v1.1