mirror of git://sourceware.org/git/glibc.git
benchtests: Add log10f benchmark
The inputs are random numbers in the form x*2^e where x is random in [0x1p-1,0x1p+0] and e in [-126,127]. Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
parent
2dbf7c4bf1
commit
1e262f80dd
|
@ -71,6 +71,7 @@ bench-math := \
|
|||
llrintf \
|
||||
log \
|
||||
log10 \
|
||||
log10f \
|
||||
log1p \
|
||||
log2 \
|
||||
log2f \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue