diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-11-19 13:47:15 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-12-18 17:24:42 -0300 |
commit | b76b90a809b961b1c0c2527ab2378d949e895ad2 (patch) | |
tree | e930f17ff95b797ae75c2822f87141cf24d0c60c /benchtests/Makefile | |
parent | 7b7a3fa121fdd7fdfc02d83aca7dd1101bf1a4d7 (diff) | |
download | glibc-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/Makefile | 1 |
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 \ |