mirror of git://sourceware.org/git/glibc.git
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>
This commit is contained in:
parent
dba44dbe54
commit
b8a6ee43bb
|
@ -49,6 +49,7 @@ bench-math := \
|
|||
fmin \
|
||||
fminf \
|
||||
hypot \
|
||||
hypotf \
|
||||
ilogb \
|
||||
ilogbf \
|
||||
isfinite \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue