diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2017-09-14 13:22:06 +0100 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2017-09-19 15:14:18 +0100 |
commit | 7024d5446d1cffaeba86c9b5eed4cf4e41f32176 (patch) | |
tree | 4263a0a1d9249056ebeac0fca1ccc82193f44518 /benchtests/Makefile | |
parent | ca3a382ea3aa9c9ccb57060afae47c7f702727ac (diff) | |
download | glibc-7024d5446d1cffaeba86c9b5eed4cf4e41f32176.tar.gz glibc-7024d5446d1cffaeba86c9b5eed4cf4e41f32176.tar.xz glibc-7024d5446d1cffaeba86c9b5eed4cf4e41f32176.zip |
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.
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r-- | benchtests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile index 886ec58901..b9b4fa3f12 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -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 |