From 0525ce4850f2c22a235dcd3422bc92f40815f377 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Tue, 19 Sep 2017 14:48:13 +0100 Subject: Add exp2f and log2f benchmark trace exp2f and log2f benchmark traces are just copies of the existing expf and logf traces from wrf_r. * benchtests/Makefile: Add exp2f and log2f benchmarks. * benchtests/exp2f-inputs: Copy of expf-inputs. * benchtests/log2f-inputs: Copy of logf-inputs. --- benchtests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchtests/Makefile') diff --git a/benchtests/Makefile b/benchtests/Makefile index d2eae08..3acc39c 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -23,7 +23,7 @@ subdir := benchtests include ../Makeconfig bench-math := acos acosh asin asinh atan atanh cos cosh exp exp2 log log2 \ modf pow rint sin sincos sinh sqrt tan tanh fmin fmax fminf \ - fmaxf powf trunc truncf expf logf + fmaxf powf trunc truncf expf exp2f logf log2f bench-pthread := pthread_once thread_create -- cgit v1.1