mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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:
parent
d82468d100
commit
0525ce4850
4 changed files with 5283 additions and 1 deletions
|
@ -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]:
|
||||
|
|
|
@ -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
2388
benchtests/exp2f-inputs
Normal file
File diff suppressed because it is too large
Load diff
2888
benchtests/log2f-inputs
Normal file
2888
benchtests/log2f-inputs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue