diff options
author | Ulrich Drepper <drepper@gmail.com> | 2010-11-30 14:57:57 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-11-30 14:57:57 -0500 |
commit | 1e24cf6e6e8f6999e8fa188ece41e23f54330743 (patch) | |
tree | 6538755ae35541f638b8427486f2ca2f12aeef58 /sysdeps/i386 | |
parent | a769081960837719ea79c2b6f1c962318f23865c (diff) | |
download | glibc-1e24cf6e6e8f6999e8fa188ece41e23f54330743.tar glibc-1e24cf6e6e8f6999e8fa188ece41e23f54330743.tar.gz glibc-1e24cf6e6e8f6999e8fa188ece41e23f54330743.tar.bz2 glibc-1e24cf6e6e8f6999e8fa188ece41e23f54330743.zip |
Relax libm tests for x86-32.
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 5231789be1..4b1a9e7349 100644 --- a/sysdeps/i386/fpu/libm-test-ulps +++ b/sysdeps/i386/fpu/libm-test-ulps @@ -857,8 +857,8 @@ ifloat: 1 ildouble: 2 ldouble: 2 Test "yn (10, 0.75) == -2133501638.90573424452445412893839236": -float: 1 -ifloat: 1 +float: 2 +ifloat: 2 ildouble: 4 ldouble: 4 Test "yn (10, 1.0) == -121618014.278689189288130426667971145": |