mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00: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
@ -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…
Reference in New Issue
Block a user