diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-10-25 15:21:43 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-11-01 11:17:16 -0300 |
commit | 1e262f80ddae0b2da5822af1ef9b5c425a1038d6 (patch) | |
tree | d041c77036efacccc0c03af77a5f6ecd022d49b2 /benchtests/Makefile | |
parent | 2dbf7c4bf11cc08c353362ef3edb65bb6febba4a (diff) | |
download | glibc-1e262f80ddae0b2da5822af1ef9b5c425a1038d6.zip glibc-1e262f80ddae0b2da5822af1ef9b5c425a1038d6.tar.gz glibc-1e262f80ddae0b2da5822af1ef9b5c425a1038d6.tar.bz2 |
benchtests: Add log10f benchmark
The inputs are random numbers in the form x*2^e where x is random
in [0x1p-1,0x1p+0] and e in [-126,127].
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 bb21721..f948139 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -71,6 +71,7 @@ bench-math := \ llrintf \ log \ log10 \ + log10f \ log1p \ log2 \ log2f \ |