about summary refs log tree commit diff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-04-08 17:00:06 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-06-19 10:48:15 -0300
commit2004063fb4658095b3b0311606462430e9d0ab2d (patch)
tree487daaccea4a56b72a57b7b3d92fe6516699266d /benchtests/Makefile
parent27f8864bd41f0f1b61e8e947d9a030b1a0d23df9 (diff)
downloadglibc-2004063fb4658095b3b0311606462430e9d0ab2d.tar.gz
glibc-2004063fb4658095b3b0311606462430e9d0ab2d.tar.xz
glibc-2004063fb4658095b3b0311606462430e9d0ab2d.zip
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))
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r--benchtests/Makefile3
1 files changed, 2 insertions, 1 deletions
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