mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
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 \
|
||||
|
1005
benchtests/log10f-inputs
Normal file
1005
benchtests/log10f-inputs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user