diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-09-19 14:48:13 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2017-09-20 10:04:12 +0100 |
commit | 0525ce4850f2c22a235dcd3422bc92f40815f377 (patch) | |
tree | 0cf91d8b2377896f8278d56de53926bf6bfa33aa /benchtests/Makefile | |
parent | d82468d1001209d6b15c674a317a3f11fb7a82f6 (diff) | |
download | glibc-0525ce4850f2c22a235dcd3422bc92f40815f377.tar.gz glibc-0525ce4850f2c22a235dcd3422bc92f40815f377.tar.xz glibc-0525ce4850f2c22a235dcd3422bc92f40815f377.zip |
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.
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 d2eae08f39..3acc39cafa 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 |