mirror of git://sourceware.org/git/glibc.git
benchtests: Add asinf 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
fa145f3784
commit
1da8a3707c
|
|
@ -29,6 +29,7 @@ bench-math := \
|
||||||
acosh \
|
acosh \
|
||||||
acoshf \
|
acoshf \
|
||||||
asin \
|
asin \
|
||||||
|
asinf \
|
||||||
asinh \
|
asinh \
|
||||||
atan \
|
atan \
|
||||||
atan2 \
|
atan2 \
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue