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/x86_64 | |
parent | 9fa55373e1c27f2e5f3f2e0643040049b4243c05 (diff) | |
download | glibc-e9b1015112405ec5fda3d2939b5d1ee0406e755d.tar.gz glibc-e9b1015112405ec5fda3d2939b5d1ee0406e755d.tar.xz glibc-e9b1015112405ec5fda3d2939b5d1ee0406e755d.zip |
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/x86_64')
-rw-r--r-- | sysdeps/x86_64/fpu/libm-test-ulps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps index dff3c2e756..d0d8494273 100644 --- a/sysdeps/x86_64/fpu/libm-test-ulps +++ b/sysdeps/x86_64/fpu/libm-test-ulps @@ -74,8 +74,8 @@ double: 1 float: 1 idouble: 1 ifloat: 1 -ildouble: 1 -ldouble: 1 +ildouble: 2 +ldouble: 2 Function: "asin_towardzero": double: 1 |