This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Patch for i386 libm-test-ulps



On both my P3 and my Athlon with both gcc 2.95.2 and gcc from CVS, I
got some problems libm-test after the constants have been changed to
long double.

I've committed the appended patch,
Andreas

2001-03-06  Andreas Jaeger  <aj@suse.de>

	* sysdeps/i386/fpu/libm-test-ulps: Add some deltas.

============================================================
Index: sysdeps/i386/fpu/libm-test-ulps
--- sysdeps/i386/fpu/libm-test-ulps	2001/03/04 19:23:58	1.18
+++ sysdeps/i386/fpu/libm-test-ulps	2001/03/06 14:51:56
@@ -708,12 +708,14 @@
 Test "jn (10, -1.0) == 0.26306151236874532070e-9":
 float: 1
 ifloat: 1
+double: 1
+idouble: 1
 ldouble: 1
 ildouble: 1
 Test "jn (10, 0.1) == 0.26905328954342155795e-19":
-double: 4
+double: 5
 float: 2
-idouble: 4
+idouble: 5
 ifloat: 2
 ldouble: 1
 ildouble: 1
@@ -727,6 +729,8 @@
 Test "jn (10, 1.0) == 0.26306151236874532070e-9":
 float: 1
 ifloat: 1
+double: 1
+idouble: 1
 ldouble: 1
 ildouble: 1
 Test "jn (10, 2.0) == 0.25153862827167367096e-6":
@@ -922,6 +926,9 @@
 float: 1
 idouble: 1
 ifloat: 1
+Test "tgamma (4) == 6":
+ldouble:  2
+ildouble: 2
 
 # y0
 Test "y0 (0.1) == -1.5342386513503668441":
@@ -1471,9 +1478,9 @@
 ildouble: 2
 
 Function: "jn":
-double: 4
+double: 5
 float: 2
-idouble: 4
+idouble: 5
 ifloat: 2
 ldouble: 2
 ildouble: 2

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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