mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
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:
parent
7024d5446d
commit
a5dcc87e77
@ -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>
|
2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
|
||||||
|
|
||||||
* benchtests/Makefile: Add expf benchmark.
|
* benchtests/Makefile: Add expf benchmark.
|
||||||
|
@ -23,7 +23,7 @@ subdir := benchtests
|
|||||||
include ../Makeconfig
|
include ../Makeconfig
|
||||||
bench-math := acos acosh asin asinh atan atanh cos cosh exp exp2 log log2 \
|
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 \
|
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
|
bench-pthread := pthread_once thread_create
|
||||||
|
|
||||||
|
2888
benchtests/logf-inputs
Normal file
2888
benchtests/logf-inputs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user