diff options
author | Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> | 2017-10-13 14:19:45 +0530 |
---|---|---|
committer | Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> | 2017-10-13 14:19:45 +0530 |
commit | 077ee129781ad7c003184f6c00cb61744a727157 (patch) | |
tree | 67719819c09b983a66f4dc23159be65f610d9a07 /benchtests/Makefile | |
parent | 5ba41de9ed2cf6cf39a9cd7a7541bc71fc447d52 (diff) | |
download | glibc-077ee129781ad7c003184f6c00cb61744a727157.tar glibc-077ee129781ad7c003184f6c00cb61744a727157.tar.gz glibc-077ee129781ad7c003184f6c00cb61744a727157.tar.bz2 glibc-077ee129781ad7c003184f6c00cb61744a727157.zip |
Benchtests for sinf, cosf and sincosf
Numbers used from cos and sin inputs.
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r-- | benchtests/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |