From 2004063fb4658095b3b0311606462430e9d0ab2d Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 8 Apr 2020 17:00:06 -0300 Subject: benchtests: Add exp10f benchmark It is based on expf one by converting each line with the formula: new_val = (float) log10 (exp ((double) old_val)) --- benchtests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'benchtests/Makefile') diff --git a/benchtests/Makefile b/benchtests/Makefile index 99e90d17a0..cd19211fe9 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -24,7 +24,8 @@ 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 roundeven roundevenf expf exp2f logf \ - log2f sincosf sinf cosf isnan isinf isfinite hypot logb logbf + log2f sincosf sinf cosf isnan isinf isfinite hypot logb logbf \ + exp10f bench-pthread := pthread_once thread_create -- cgit v1.2.3