mirror of git://sourceware.org/git/glibc.git
benchtests: Add log1p benchmark
Random inputs x*2^e where x is random in [1/2,1] and e in [-29,127]. Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
parent
acc2137382
commit
ef2485c5fe
|
@ -73,6 +73,7 @@ bench-math := \
|
|||
log10 \
|
||||
log10f \
|
||||
log1p \
|
||||
log1pf \
|
||||
log2 \
|
||||
log2f \
|
||||
log2p1f \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue