Add exp2f and log2f benchmark trace

exp2f and log2f benchmark traces are just copies of the existing
expf and logf traces from wrf_r.

	* benchtests/Makefile: Add exp2f and log2f benchmarks.
	* benchtests/exp2f-inputs: Copy of expf-inputs.
	* benchtests/log2f-inputs: Copy of logf-inputs.
This commit is contained in:
Szabolcs Nagy 2017-09-19 14:48:13 +01:00
parent d82468d100
commit 0525ce4850
4 changed files with 5283 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2017-09-20 Szabolcs Nagy <szabolcs.nagy@arm.com>
* benchtests/Makefile: Add exp2f and log2f benchmarks.
* benchtests/exp2f-inputs: Copy of expf-inputs.
* benchtests/log2f-inputs: Copy of logf-inputs.
2017-09-19 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/fexecve.c (fexecve) [__NR_execveat]:

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 logf
fmaxf powf trunc truncf expf exp2f logf log2f
bench-pthread := pthread_once thread_create

2388
benchtests/exp2f-inputs Normal file

File diff suppressed because it is too large Load Diff

2888
benchtests/log2f-inputs Normal file

File diff suppressed because it is too large Load Diff