aboutsummaryrefslogtreecommitdiff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-11-08 09:13:50 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-11-22 10:01:03 -0300
commit2234b08763ff76a2543b434f8c8ee9d1c16205fe (patch)
treeb68e55e203124e8ee421606e6cdd756d4ca8cde3 /benchtests/Makefile
parentce4122ff978e2b78cd4c6eb888587e1921989f45 (diff)
downloadglibc-2234b08763ff76a2543b434f8c8ee9d1c16205fe.zip
glibc-2234b08763ff76a2543b434f8c8ee9d1c16205fe.tar.gz
glibc-2234b08763ff76a2543b434f8c8ee9d1c16205fe.tar.bz2
benchtests: Add tanf benchmark
Random inputs in [-pi, pi]. 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 0db303a..23db840 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -103,6 +103,7 @@ bench-math := \
sinh \
sqrt \
tan \
+ tanf \
tanh \
tgamma \
tgammaf \