diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-10-16 22:52:52 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-10-16 22:52:52 +0000 |
commit | 8fe5f986c86c6505bd887e02135fa41bfde4f552 (patch) | |
tree | 247cfcb0c24809f25d93a05dc99c60c193e5cf3c /ChangeLog | |
parent | 45d8d77ad396419c1b95f696c83bf97ceada0f3a (diff) | |
download | glibc-8fe5f986c86c6505bd887e02135fa41bfde4f552.tar.gz glibc-8fe5f986c86c6505bd887e02135fa41bfde4f552.tar.xz glibc-8fe5f986c86c6505bd887e02135fa41bfde4f552.zip |
Add more libm tests (fabs, fdim, fma, fmax, fmin, fmod).
This patch improves the libm test coverage for a few more functions. Tested for x86_64 and x86. * math/libm-test.inc (fabs_test_data): Add more tests. (fdim_test_data): Likewise. (fma_test_data): Likewise. (fmax_test_data): Likewise. (fmin_test_data): Likewise. (fmod_test_data): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 82f8fecace..d720fcb01b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2015-10-16 Joseph Myers <joseph@codesourcery.com> + + * math/libm-test.inc (fabs_test_data): Add more tests. + (fdim_test_data): Likewise. + (fma_test_data): Likewise. + (fmax_test_data): Likewise. + (fmin_test_data): Likewise. + (fmod_test_data): Likewise. + 2015-10-16 Steve Ellcey <sellcey@imgtec.com> * sysdeps/mips/memcpy.S (memcpy): Add word copies for small aligned |