about summary refs log tree commit diff
path: root/benchtests/exp10f-inputs
Commit message (Collapse)AuthorAgeFilesLines
* benchtests: Fix name of exp10f benchmark variantSiddhesh Poyarekar2021-04-181-1/+1
| | | | Variant names don't accept brackets.
* benchtests: Add exp10f benchmarkAdhemerval Zanella2020-06-191-0/+2388
It is based on expf one by converting each line with the formula: new_val = (float) log10 (exp ((double) old_val))