mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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
3 changed files with 2394 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* csu/Makefile: Add -funwind-tables to libc-start.c.
|
||||
|
|
|
@ -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
|
||||
fmaxf powf trunc truncf expf
|
||||
|
||||
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…
Add table
Reference in a new issue