mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
Add expf trace
Add a trace for expf. This is a reduced trace based on 2.4 billion samples extracted from wrf_r. * benchtests/Makefile: Add expf benchmark. * benchtests/expf-inputs: Add reduced trace from wrf_r.
This commit is contained in:
parent
ca3a382ea3
commit
7024d5446d
@ -1,3 +1,8 @@
|
|||||||
|
2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
|
||||||
|
|
||||||
|
* benchtests/Makefile: Add expf benchmark.
|
||||||
|
* benchtests/expf-inputs: Add reduced trace from wrf_r.
|
||||||
|
|
||||||
2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
|
2017-09-19 Wilco Dijkstra <wdijkstr@arm.com>
|
||||||
|
|
||||||
* csu/Makefile: Add -funwind-tables to libc-start.c.
|
* csu/Makefile: Add -funwind-tables to libc-start.c.
|
||||||
|
@ -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
|
fmaxf powf trunc truncf expf
|
||||||
|
|
||||||
bench-pthread := pthread_once thread_create
|
bench-pthread := pthread_once thread_create
|
||||||
|
|
||||||
|
2388
benchtests/expf-inputs
Normal file
2388
benchtests/expf-inputs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user