diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-05-01 17:49:44 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-05-01 17:49:44 +0000 |
commit | c5a3a509dfddad86b9fef84b46a172f969cb9b4b (patch) | |
tree | e103150c16ab048d96478b85918797beeda08850 /ChangeLog | |
parent | 44cb254f9a024db33ba549e59dc9d90355b797c9 (diff) | |
download | glibc-c5a3a509dfddad86b9fef84b46a172f969cb9b4b.zip glibc-c5a3a509dfddad86b9fef84b46a172f969cb9b4b.tar.gz glibc-c5a3a509dfddad86b9fef84b46a172f969cb9b4b.tar.bz2 |
Add more tests of erf, erfc.
This patch adds some randomly-generated tests of erf and erfc 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 erf and erfc.
* 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 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2015-05-01 Joseph Myers <joseph@codesourcery.com> + + * math/auto-libm-test-in: Add more tests of erf and erfc. + * math/auto-libm-test-out: Regenerated. + * sysdeps/i386/fpu/libm-test-ulps: Update. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + 2015-05-01 Szabolcs Nagy <szabolcs.nagy@arm.com> * config.h.in (HAVE_AARCH64_BE): Add. |