Benchtests for sinf, cosf and sincosf

Numbers used from cos and sin inputs.
This commit is contained in:
Rajalakshmi Srinivasaraghavan 2017-10-13 14:19:45 +05:30
parent 5ba41de9ed
commit 077ee12978
5 changed files with 10633 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2017-10-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
* benchtests/Makefile (bench-math): Add sinf, cosf and sincosf.
* benchtests/sincosf-inputs: New file.
* benchtests/cosf-inputs: New file.
* benchtests/sinf-inputs: New file.
2017-10-12 Szabolcs Nagy <szabolcs.nagy@arm.com>
* posix/tst-spawn.c (do_test): Wait for both children.

View file

@ -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

2408
benchtests/cosf-inputs Normal file

File diff suppressed because it is too large Load diff

5306
benchtests/sincosf-inputs Normal file

File diff suppressed because it is too large Load diff

2910
benchtests/sinf-inputs Normal file

File diff suppressed because it is too large Load diff