[PATCH 1/5] benchtests: Add exp10f benchmark

Adhemerval Zanella adhemerval.zanella@linaro.org
Tue Apr 14 12:18:46 GMT 2020



On 14/04/2020 08:15, Wilco Dijkstra wrote:
> Hi Adhemerval/Paul,
> 
>> It is based on converting the expf one and removing the
>> workload-spec2017.wrf line.
> 
> I don't see the values converted - to keep the same output range I'd do:
> new_val = (float) log10 (exp ((double)old_val)). Otherwise given the larger
> base I'd expect it to hit huge values and exceptional cases far more often
> than the original trace, making it less relevant.
> 
> Also keeping the workload line means we get more accurate benchmark
> results, including throughput and latency.

Ok I will update the patch with this suggestion.


More information about the Libc-alpha mailing list