Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | benchtests: Fix name of exp10f benchmark variant | Siddhesh Poyarekar | 2021-04-18 | 1 | -1/+1 |
| | | | | Variant names don't accept brackets. | ||||
* | benchtests: Add exp10f benchmark | Adhemerval Zanella | 2020-06-19 | 1 | -0/+2388 |
It is based on expf one by converting each line with the formula: new_val = (float) log10 (exp ((double) old_val)) |