Add logf trace

Add a trace for logf.  This is a reduced trace based on 2.8 billion
samples extracted from wrf_r.

	* benchtests/Makefile: Add logf benchmark.
	* benchtests/logf-inputs: Add reduced trace from wrf_r.
This commit is contained in:
Wilco Dijkstra 2017-09-14 13:26:23 +01:00
parent 7024d5446d
commit a5dcc87e77
3 changed files with 2894 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
* benchtests/Makefile: Add logf benchmark.
* benchtests/logf-inputs: Add reduced trace from wrf_r.
2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
* benchtests/Makefile: Add expf benchmark.

View File

@ -23,7 +23,7 @@ subdir := benchtests
include ../Makeconfig
bench-math := acos acosh asin asinh atan atanh cos cosh exp exp2 log log2 \
modf pow rint sin sincos sinh sqrt tan tanh fmin fmax fminf \
fmaxf powf trunc truncf expf
fmaxf powf trunc truncf expf logf
bench-pthread := pthread_once thread_create

2888
benchtests/logf-inputs Normal file

File diff suppressed because it is too large Load Diff