diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-03-25 21:57:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-03-25 21:57:04 +0000 |
commit | e9b1015112405ec5fda3d2939b5d1ee0406e755d (patch) | |
tree | 9867b6405db13c64edf68e8fe34012823fa68f0c /sysdeps/i386 | |
parent | 9fa55373e1c27f2e5f3f2e0643040049b4243c05 (diff) | |
download | glibc-e9b1015112405ec5fda3d2939b5d1ee0406e755d.tar.gz |
Add another test of asin.
This patch adds a randomly-generated test of asin that is observed to
increase ulps on x86_64.
Tested for x86_64 and x86 and ulps updated accordingly.
* math/auto-libm-test-in: Add another test of asin.
* math/auto-libm-test-out: Regenerated.
* sysdeps/i386/fpu/libm-test-ulps: Update.
* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/fpu/libm-test-ulps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps index 13ffff777c..4d0246a1d0 100644 --- a/sysdeps/i386/fpu/libm-test-ulps +++ b/sysdeps/i386/fpu/libm-test-ulps @@ -38,8 +38,8 @@ ildouble: 1 ldouble: 1 Function: "asin_downward": -ildouble: 1 -ldouble: 1 +ildouble: 2 +ldouble: 2 Function: "asin_towardzero": ildouble: 1 |