diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-05-08 17:55:11 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-05-08 17:55:11 +0000 |
commit | 14f36098f219a17c8fa21578a5bf1a23c74d28bb (patch) | |
tree | fdafbd542ab6a2873668fee12d5eac940421e62b /ChangeLog | |
parent | c92d40c0bcfdeec96848d1e67902e621942144e9 (diff) | |
download | glibc-14f36098f219a17c8fa21578a5bf1a23c74d28bb.zip glibc-14f36098f219a17c8fa21578a5bf1a23c74d28bb.tar.gz glibc-14f36098f219a17c8fa21578a5bf1a23c74d28bb.tar.bz2 |
Add more tests of csqrt, lgamma, log10, sinh.
This patch adds more randomly-generated tests of various libm
functions 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, lgamma, log10
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 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2015-05-08 Joseph Myers <joseph@codesourcery.com> + + * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10 + and sinh. + * math/auto-libm-test-out: Regenerated. + * sysdeps/i386/fpu/libm-test-ulps: Update. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + 2015-05-08 Carlos O'Donell <carlos@redhat.com> [BZ #18125] |