diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2017-09-14 13:26:23 +0100 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2017-09-19 15:14:46 +0100 |
commit | a5dcc87e77cf711bca320e8506a4d4fef25bf4f4 (patch) | |
tree | 6ea578ef8b6d7891a12f2d5d2827fd7031139d9f /benchtests/Makefile | |
parent | 7024d5446d1cffaeba86c9b5eed4cf4e41f32176 (diff) | |
download | glibc-a5dcc87e77cf711bca320e8506a4d4fef25bf4f4.zip glibc-a5dcc87e77cf711bca320e8506a4d4fef25bf4f4.tar.gz glibc-a5dcc87e77cf711bca320e8506a4d4fef25bf4f4.tar.bz2 |
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.
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 b9b4fa3..d2eae08 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 expf + fmaxf powf trunc truncf expf logf bench-pthread := pthread_once thread_create |