This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Update x86_64 ULPs


x86_64 ULPs update for AMD K10.
Please apply.
Thanks.

2013-12-08  Markus Trippelsdorf  <markus@trippelsdorf.de> 

	* sysdeps/x86_64/fpu/libm-test-ulps: Update.

diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
index 733157794c86..d70031180f09 100644
--- a/sysdeps/x86_64/fpu/libm-test-ulps
+++ b/sysdeps/x86_64/fpu/libm-test-ulps
@@ -7451,9 +7451,15 @@ ildouble: 1
 ldouble: 1
 
 # log
+Test "log (0x2.b7e154p+0)":
+ildouble: 1
+ldouble: 1
 Test "log (0x2.b7e15p+0)":
 float: 1
 ifloat: 1
+Test "log (0x5.e2d58d8b3bcdf1bp-4)":
+ildouble: 1
+ldouble: 1
 Test "log (0x5.e2d59p-4)":
 ildouble: 1
 ldouble: 1
@@ -9070,8 +9076,8 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 1
-ldouble: 1
+ildouble: 2
+ldouble: 2
 Test "tgamma (-0x1.f3fffep+8)":
 ildouble: 1
 ldouble: 1
-- 
Markus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]