summaryrefslogtreecommitdiff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2017-09-14 13:26:23 +0100
committerWilco Dijkstra <wdijkstr@arm.com>2017-09-19 15:14:46 +0100
commita5dcc87e77cf711bca320e8506a4d4fef25bf4f4 (patch)
tree6ea578ef8b6d7891a12f2d5d2827fd7031139d9f /benchtests/Makefile
parent7024d5446d1cffaeba86c9b5eed4cf4e41f32176 (diff)
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index b9b4fa3f12..d2eae08f39 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