diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-05 14:08:42 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-11-01 16:23:39 -0300 |
commit | b8a6ee43bb814df24f465db5b00a6da0016052cc (patch) | |
tree | c3ee8c8b468c2705e1b758621f732892d3393435 /benchtests/Makefile | |
parent | dba44dbe5493f5b5da8f4ce82c773e4a522a556d (diff) | |
download | glibc-b8a6ee43bb814df24f465db5b00a6da0016052cc.zip glibc-b8a6ee43bb814df24f465db5b00a6da0016052cc.tar.gz glibc-b8a6ee43bb814df24f465db5b00a6da0016052cc.tar.bz2 |
benchtests: Add hypotf
Based on random input arguments. About 85% tuples have exponents
of the two arguments close together (+-1 range).
Reviewed-by: H.J. Lu <hjl.tools@gmail.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 8195795..3748b59 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -49,6 +49,7 @@ bench-math := \ fmin \ fminf \ hypot \ + hypotf \ ilogb \ ilogbf \ isfinite \ |