diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-04-30 22:51:29 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-04-30 22:51:29 +0000 |
commit | 9862ab1f6747abd9466d1d9b2f5ae39e3adb55f4 (patch) | |
tree | 9d3262e6db04ee50171906ab26e326e4794596fb /ChangeLog | |
parent | 094fca83eeaf8d7fc8478ea9fa8cdcb19e2df2de (diff) | |
download | glibc-9862ab1f6747abd9466d1d9b2f5ae39e3adb55f4.zip glibc-9862ab1f6747abd9466d1d9b2f5ae39e3adb55f4.tar.gz glibc-9862ab1f6747abd9466d1d9b2f5ae39e3adb55f4.tar.bz2 |
Add more tests of csqrt.
This patch adds some randomly-generated tests of csqrt 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 csqrt.
* 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-04-30 Joseph Myers <joseph@codesourcery.com> + * math/auto-libm-test-in: Add more tests of csqrt. + * math/auto-libm-test-out: Regenerated. + * sysdeps/i386/fpu/libm-test-ulps: Update. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + * 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. |