diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-03-24 23:48:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-03-24 23:48:04 +0000 |
commit | 239ed6f309d835c35c95ea0c492cbe15aa4cc7bf (patch) | |
tree | 51ca5aefd5980995254ae49d2fbef04bcf490a33 /ChangeLog | |
parent | a737e8263a47acacdc70407729c4808c2873fdec (diff) | |
download | glibc-239ed6f309d835c35c95ea0c492cbe15aa4cc7bf.zip glibc-239ed6f309d835c35c95ea0c492cbe15aa4cc7bf.tar.gz glibc-239ed6f309d835c35c95ea0c492cbe15aa4cc7bf.tar.bz2 |
Add more tests of cosh, sinh.
This patch adds some randomly-generated tests of cosh and sinh that
are observed to increase ulps on x86_64.
Tested for x86_64 and x86 and ulps updated accordingly.
* math/auto-libm-test-in: Add more tests of cosh and sinh.
* math/auto-libm-test-out: Regenerated.
* sysdeps/i386/fpu/libm-test-ulps: Update.
* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2015-03-24 Joseph Myers <joseph@codesourcery.com> + * math/auto-libm-test-in: Add more tests of cosh and sinh. + * math/auto-libm-test-out: Regenerated. + * sysdeps/i386/fpu/libm-test-ulps: Update. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + * sysdeps/i386/fpu/libm-test-ulps: Regenerated. * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. |