mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Benchtests for sinf, cosf and sincosf
Numbers used from cos and sin inputs.
This commit is contained in:
parent
5ba41de9ed
commit
077ee12978
@ -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.
|
||||
|
@ -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
2408
benchtests/cosf-inputs
Normal file
File diff suppressed because it is too large
Load Diff
5306
benchtests/sincosf-inputs
Normal file
5306
benchtests/sincosf-inputs
Normal file
File diff suppressed because it is too large
Load Diff
2910
benchtests/sinf-inputs
Normal file
2910
benchtests/sinf-inputs
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user