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:
Adhemerval Zanella 2024-10-25 15:21:43 -03:00
parent 2dbf7c4bf1
commit 1e262f80dd
2 changed files with 1006 additions and 0 deletions

View File

@ -71,6 +71,7 @@ bench-math := \
llrintf \ llrintf \
log \ log \
log10 \ log10 \
log10f \
log1p \ log1p \
log2 \ log2 \
log2f \ log2f \

1005
benchtests/log10f-inputs Normal file

File diff suppressed because it is too large Load Diff