aboutsummaryrefslogtreecommitdiff
path: root/benchtests/exp10f-inputs
AgeCommit message (Collapse)AuthorFilesLines
2021-04-18benchtests: Fix name of exp10f benchmark variantSiddhesh Poyarekar1-1/+1
Variant names don't accept brackets.
2020-06-19benchtests: Add exp10f benchmarkAdhemerval Zanella1-0/+2388
It is based on expf one by converting each line with the formula: new_val = (float) log10 (exp ((double) old_val))