mirror of git://sourceware.org/git/glibc.git
benchtests: Add atanhf benchmark
The input is based on acosf one (random inputs in [-1,1]). Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
parent
fa857e6c7b
commit
4f1e26ba47
|
|
@ -37,6 +37,7 @@ bench-math := \
|
||||||
atan2f \
|
atan2f \
|
||||||
atanf \
|
atanf \
|
||||||
atanh \
|
atanh \
|
||||||
|
atanhf \
|
||||||
cbrt \
|
cbrt \
|
||||||
cbrtf \
|
cbrtf \
|
||||||
ceil \
|
ceil \
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue