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]
Other format: [Raw text]

Re: [PATCH] Some sparc{,v9,64} glibc fixes


On Fri, Dec 17, 2004 at 07:47:07AM +0100, Andreas Jaeger wrote:
> > Thanks.  If you also do
> > find sysdeps -name libm-test-ulps | xargs sed -i s/1.80338464113663849327153994380/1.80338464113663849327153994379639112/
> > then I'd appreciate that (verified this number only appears in this exact
> > atan2 test).
> 
> Will do now - thanks for the handy command,

Can you on top of such patch commit also following?

2004-12-17  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.

--- libc/sysdeps/sparc/sparc64/fpu/libm-test-ulps.jj	2004-12-17 02:02:25.920847000 -0500
+++ libc/sysdeps/sparc/sparc64/fpu/libm-test-ulps	2004-12-17 02:10:25.134996262 -0500
@@ -4,6 +4,8 @@
 Test "atan2 (-0.00756827042671106339, -.001792735857538728036) == -1.80338464113663849327153994379639112":
 float: 6
 ifloat: 6
+ildouble: 1
+ldouble: 1
 Test "atan2 (-0.75, -1.0) == -2.49809154479650885165983415456218025":
 float: 3
 ifloat: 3
@@ -335,8 +337,8 @@ double: 2
 float: 3
 idouble: 2
 ifloat: 3
-ildouble: 1
-ldouble: 1
+ildouble: 10
+ldouble: 10
 Test "Real part of: cpow (2 + 0 i, 10 + 0 i) == 1024.0 + 0.0 i":
 ildouble: 2
 ldouble: 2
@@ -1105,8 +1107,8 @@ double: 2
 float: 4
 idouble: 2
 ifloat: 4
-ildouble: 1
-ldouble: 1
+ildouble: 10
+ldouble: 10
 
 Function: Imaginary part of "cpow":
 double: 2


	Jakub


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