summaryrefslogtreecommitdiff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2017-09-19 14:48:13 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2017-09-20 10:04:12 +0100
commit0525ce4850f2c22a235dcd3422bc92f40815f377 (patch)
tree0cf91d8b2377896f8278d56de53926bf6bfa33aa /benchtests/Makefile
parentd82468d1001209d6b15c674a317a3f11fb7a82f6 (diff)
Add exp2f and log2f benchmark trace
exp2f and log2f benchmark traces are just copies of the existing expf and logf traces from wrf_r. * benchtests/Makefile: Add exp2f and log2f benchmarks. * benchtests/exp2f-inputs: Copy of expf-inputs. * benchtests/log2f-inputs: Copy of logf-inputs.
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 d2eae08f39..3acc39cafa 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 logf
+ fmaxf powf trunc truncf expf exp2f logf log2f
bench-pthread := pthread_once thread_create