diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-10-25 15:21:41 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-11-01 11:17:13 -0300 |
commit | 19ab8bbd71b26b4bb41b2191f33f28f2f40f7ac0 (patch) | |
tree | bf36eaa8f9e0daad5292061fbcd8dfedd94cc824 /benchtests/Makefile | |
parent | ad53c127989f59f5125d415eaf4e079c1efe97d2 (diff) | |
download | glibc-19ab8bbd71b26b4bb41b2191f33f28f2f40f7ac0.zip glibc-19ab8bbd71b26b4bb41b2191f33f28f2f40f7ac0.tar.gz glibc-19ab8bbd71b26b4bb41b2191f33f28f2f40f7ac0.tar.bz2 |
benchtests: Add exp2m1f benchmark
The input is based on exp2f benchmark.
Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r-- | benchtests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile index 6d57155..25dfe70 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -45,6 +45,7 @@ bench-math := \ exp10m1f \ exp2 \ exp2f \ + exp2m1f \ expf \ expm1 \ floor \ |