From 077ee129781ad7c003184f6c00cb61744a727157 Mon Sep 17 00:00:00 2001 From: Rajalakshmi Srinivasaraghavan Date: Fri, 13 Oct 2017 14:19:45 +0530 Subject: Benchtests for sinf, cosf and sincosf Numbers used from cos and sin inputs. --- benchtests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'benchtests/Makefile') diff --git a/benchtests/Makefile b/benchtests/Makefile index d8681fce8c..4157f8ce22 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -23,7 +23,8 @@ 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 exp2f logf log2f + fmaxf powf trunc truncf expf exp2f logf log2f sincosf sinf \ + cosf bench-pthread := pthread_once thread_create -- cgit 1.4.1