aboutsummaryrefslogtreecommitdiff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-11-19 13:47:15 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-12-18 17:24:42 -0300
commitb76b90a809b961b1c0c2527ab2378d949e895ad2 (patch)
treee930f17ff95b797ae75c2822f87141cf24d0c60c /benchtests/Makefile
parent7b7a3fa121fdd7fdfc02d83aca7dd1101bf1a4d7 (diff)
downloadglibc-b76b90a809b961b1c0c2527ab2378d949e895ad2.zip
glibc-b76b90a809b961b1c0c2527ab2378d949e895ad2.tar.gz
glibc-b76b90a809b961b1c0c2527ab2378d949e895ad2.tar.bz2
benchtests: Add sinhf benchmark
Random inputs in the range [-10,10]. 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 2bb8d74..7710764 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -109,6 +109,7 @@ bench-math := \
sincosf \
sinf \
sinh \
+ sinhf \
sqrt \
tan \
tanf \