aboutsummaryrefslogtreecommitdiff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-10-25 15:21:44 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-11-01 11:17:18 -0300
commitacc21373820b7017d969bf27d6b92b39b1c7db6d (patch)
tree4471a2427569bb6b8a7c37115b078817570dcc64 /benchtests/Makefile
parent1e262f80ddae0b2da5822af1ef9b5c425a1038d6 (diff)
downloadglibc-acc21373820b7017d969bf27d6b92b39b1c7db6d.tar.xz
glibc-acc21373820b7017d969bf27d6b92b39b1c7db6d.zip
benchtests: Add log2p1f benchmark
It is based on log2f data. Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r--benchtests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index f948139ace..92c0cf5e7d 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -75,6 +75,7 @@ bench-math := \
log1p \
log2 \
log2f \
+ log2p1f \
logb \
logbf \
logf \