diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-05-01 20:33:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-05-01 20:33:04 +0000 |
commit | e1483b365da03e4bab3882e30872ed331f48cd21 (patch) | |
tree | 91b18b49ab60f06f17b9257335e5d67178b06ecc /ChangeLog | |
parent | c5a3a509dfddad86b9fef84b46a172f969cb9b4b (diff) | |
download | glibc-e1483b365da03e4bab3882e30872ed331f48cd21.zip glibc-e1483b365da03e4bab3882e30872ed331f48cd21.tar.gz glibc-e1483b365da03e4bab3882e30872ed331f48cd21.tar.bz2 |
Add more tests of exp, exp10, exp2, expm1.
This patch adds some randomly-generated tests of exp, exp10, exp2 and
expm1 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 exp, exp10, exp2 and
expm1.
* 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 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2015-05-01 Joseph Myers <joseph@codesourcery.com> + * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and + expm1. + * 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 erf and erfc. * math/auto-libm-test-out: Regenerated. * sysdeps/i386/fpu/libm-test-ulps: Update. |