diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-06-24 16:37:44 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-06-24 16:37:44 +0000 |
commit | 6f874bd4d4063cacd9edd7f7607fb929f0db218f (patch) | |
tree | 189cf551a41b960625a93072a60070a9b44f61e2 /ChangeLog | |
parent | ac831b362ad6ecd49643625481ec700a9812e52f (diff) | |
download | glibc-6f874bd4d4063cacd9edd7f7607fb929f0db218f.zip glibc-6f874bd4d4063cacd9edd7f7607fb929f0db218f.tar.gz glibc-6f874bd4d4063cacd9edd7f7607fb929f0db218f.tar.bz2 |
Move csin, csinh tests to auto-libm-test-in.
This patch moves most tests of csin and csinh with finite inputs from
libm-test.inc to auto-libm-test-in. The remaining two tests of each
function with small arguments are not moved because moving them causes
the time required by gen-auto-libm-tests to go up from under 8 seconds
to over 11 minutes for me. (The current development version of MPC
has had speed improvements for mpc_sin for some time, but there hasn't
been a release containing those improvements yet.)
Tested for x86_64 and x86.
* math/auto-libm-test-in: Add more tests of csin and csinh.
* math/auto-libm-test-out: Regenerated.
* math/libm-test.inc (csin_test_data): Remove tests moved to
auto-libm-test-in.
(csinh_test_data): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2015-06-24 Joseph Myers <joseph@codesourcery.com> + * math/auto-libm-test-in: Add more tests of csin and csinh. + * math/auto-libm-test-out: Regenerated. + * math/libm-test.inc (csin_test_data): Remove tests moved to + auto-libm-test-in. + (csinh_test_data): Likewise. + [BZ #18593] * math/s_csin.c (__csin): Negate before rather than after possibly overflowing multiplication. |