mirror of git://sourceware.org/git/glibc.git
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
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue