diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-12-08 23:56:28 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-12-08 23:56:28 +0000 |
commit | 9f0be4f8b5fa9a9fcbdcde9ac15d5cdec81cf26a (patch) | |
tree | d91307817a5b83b6f0da77b8e87083f89aad9b3d /ChangeLog | |
parent | 7380e0e4695f4511eb8fd1477e042093632b6818 (diff) | |
download | glibc-9f0be4f8b5fa9a9fcbdcde9ac15d5cdec81cf26a.tar glibc-9f0be4f8b5fa9a9fcbdcde9ac15d5cdec81cf26a.tar.gz glibc-9f0be4f8b5fa9a9fcbdcde9ac15d5cdec81cf26a.tar.bz2 glibc-9f0be4f8b5fa9a9fcbdcde9ac15d5cdec81cf26a.zip |
Move tests of lgamma from libm-test.inc to auto-libm-test-in.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +2013-12-08 Joseph Myers <joseph@codesourcery.com> + + * math/auto-libm-test-in: Add tests of lgamma. + * math/auto-libm-test-out: Regenerated. + * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro. + (M_LOG_2_SQRT_PIl): Likewise. + (lgamma_test_data): Use AUTO_TESTS_f_f1. + * math/gen-auto-libm-tests.c (func_calc_method): Add value + mpfr_f_f1. + (func_calc_desc): Add mpfr_f_f1 union field. + (ARGS1): New macro. + (ARGS2): Likewise. + (ARGS3): Likewise. + (ARGS4): Likewise. + (RET1): Likewise. + (RET2): Likewise. + (CALC): Likewise. + (FUNC): Likewise. + (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC. + (test_functions): Add lgamma. + (calc_generic_results): Handle mpfr_f_f1. + * sysdeps/i386/fpu/libm-test-ulps: Update. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + 2013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized |