aboutsummaryrefslogtreecommitdiff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorPaul Zimmermann <Paul.Zimmermann@inria.fr>2020-08-27 10:21:37 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-09-10 15:25:22 -0300
commitabc9732aee2d6b6ce6a74c13ea2666991004daf7 (patch)
treec90e173c3750ec6ff1d921f441cf923c1ba7fb15 /benchtests/Makefile
parent59bb418bd0de7394e917d68632cf2ed64c5a935b (diff)
downloadglibc-abc9732aee2d6b6ce6a74c13ea2666991004daf7.zip
glibc-abc9732aee2d6b6ce6a74c13ea2666991004daf7.tar.gz
glibc-abc9732aee2d6b6ce6a74c13ea2666991004daf7.tar.bz2
benchtests: Add "workload" traces for expf128
This patch adds workload traces for exp in binary128. The trace is made of 1000 random numbers, generated with SageMath.
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r--benchtests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index cd19211..d3edf84 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -25,7 +25,7 @@ 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 \
- exp10f
+ exp10f expf128
bench-pthread := pthread_once thread_create