mirror of git://sourceware.org/git/glibc.git
benchtests: Add atan2f benchmark
Random inputs in the range [-10,10]. Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
parent
74a275d244
commit
fa857e6c7b
|
@ -34,6 +34,7 @@ bench-math := \
|
||||||
asinhf \
|
asinhf \
|
||||||
atan \
|
atan \
|
||||||
atan2 \
|
atan2 \
|
||||||
|
atan2f \
|
||||||
atanf \
|
atanf \
|
||||||
atanh \
|
atanh \
|
||||||
cbrt \
|
cbrt \
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue