diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-04-08 17:56:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-04-08 17:56:15 +0000 |
commit | da0cf658c6758d2e6d1b1b99312f66150ccc7a43 (patch) | |
tree | 080845ecc8ee9898c1ec3648d8c81992071882ed /ChangeLog | |
parent | 80352c01c16901f3f025a190dfb82345e8ea4662 (diff) | |
download | glibc-da0cf658c6758d2e6d1b1b99312f66150ccc7a43.tar glibc-da0cf658c6758d2e6d1b1b99312f66150ccc7a43.tar.gz glibc-da0cf658c6758d2e6d1b1b99312f66150ccc7a43.tar.bz2 glibc-da0cf658c6758d2e6d1b1b99312f66150ccc7a43.zip |
Add more tests of cbrt.
This patch adds some randomly-generated tests of cbrt 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 cbrt.
* math/auto-libm-test-out: Regenerated.
* sysdeps/x86_64/fpu/libm-test-ulps: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2015-04-08 Joseph Myers <joseph@codesourcery.com> + * math/auto-libm-test-in: Add more tests of cbrt. + * math/auto-libm-test-out: Regenerated. + * sysdeps/x86_64/fpu/libm-test-ulps: Update. + * math/auto-libm-test-in: Add more tests of cabs. * math/auto-libm-test-out: Regenerated. * sysdeps/i386/fpu/libm-test-ulps: Update. |