This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: 2.1.94 build


>>>>> A P Garcia writes:

 > Andreas Jaeger <aj@suse.de> writes:
>> > make[2]: *** [/src/glibc/2.1.94/2000.09.19/math/test-ldouble.out] Error 1
>> 
>> What's the output of test-ldouble?  I'm going to silence this.


 > testing long double (without inline functions)
 > Maximal error of `acos'
 >  is      :  1150.0000 ulp
 >  accepted:  1149.0000 ulp
 > Maximal error of `acosh'
 >  is      :  1.0000 ulp
 >  accepted:  0.0000 ulp
 > Maximal error of real part of: clog10
 >  is      :  1403.0000 ulp
 >  accepted:  1402.0000 ulp
 > Maximal error of imaginary part of: clog10
 >  is      :  186.0000 ulp
 >  accepted:  186.0000 ulp
 > Maximal error of real part of: cpow
 >  is      :  0.0000 ulp
 >  accepted:  0.0000 ulp
 > Maximal error of imaginary part of: cpow
 >  is      :  4.0000 ulp
 >  accepted:  2.0000 ulp

 > Test suite completed:
 >   2271 test cases plus 2084 tests for exception flags executed.
 >   4 errors occured.

I've committed the appended patch.  This should silence the warnings -
they're not serious.

Andreas

2000-09-21  Andreas Jaeger  <aj@suse.de>

	* sysdeps/i386/fpu/libm-test-ulps: Tweak some values for K6.

============================================================
Index: sysdeps/i386/fpu/libm-test-ulps
--- sysdeps/i386/fpu/libm-test-ulps	2000/08/28 15:15:32	1.9
+++ sysdeps/i386/fpu/libm-test-ulps	2000/09/21 11:55:41
@@ -1042,9 +1042,13 @@
 
 # Maximal error of functions:
 Function: "acos":
-ildouble: 1149
-ldouble: 1149
+ildouble: 1150
+ldouble: 1150
 
+Function: "acosh":
+ildouble: 1
+ldouble: 1
+
 Function: "asin":
 double: 1
 ildouble: 1147
@@ -1219,8 +1223,8 @@
 float: 1
 idouble: 2
 ifloat: 1
-ildouble: 1402
-ldouble: 1402
+ildouble: 1403
+ldouble: 1403
 
 Function: Imaginary part of "clog10":
 double: 1
@@ -1253,8 +1257,8 @@
 float: 2.5333
 idouble: 1.104
 ifloat: 2.5333
-ildouble: 2
-ldouble: 2
+ildouble: 4
+ldouble: 4
 
 Function: Real part of "csin":
 ildouble: 966


-- 
 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]