diff options
author | Paul Zimmermann <Paul.Zimmermann@inria.fr> | 2020-08-27 10:25:04 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-09-10 15:25:22 -0300 |
commit | e24b248dcbe57b5fa2bd0d7cb3bfad481f072cfe (patch) | |
tree | 8a3f52a203b1780a6cad5225a7f52a0aa75e5691 /benchtests/Makefile | |
parent | fba686aa42f11cd04e20b979e136a2e3f3a539c5 (diff) | |
download | glibc-e24b248dcbe57b5fa2bd0d7cb3bfad481f072cfe.tar.gz glibc-e24b248dcbe57b5fa2bd0d7cb3bfad481f072cfe.tar.xz glibc-e24b248dcbe57b5fa2bd0d7cb3bfad481f072cfe.zip |
benchtests: Add "workload" traces for powf128
This patch adds workload traces for pow in binary128. The trace is made of 1000 random numbers, generated with SageMath.
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r-- | benchtests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile index d3edf845e4..453947d0ea 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 expf128 + exp10f expf128 powf128 bench-pthread := pthread_once thread_create |