This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Use of "SUSPENDED" in Bugzilla
On Mon, 20 Feb 2012, Aurelien Jarno wrote:
> Le 20/02/2012 13:54, Joseph S. Myers a écrit :
> > On Mon, 20 Feb 2012, Aurelien Jarno wrote:
> >
> >>> Speaking of which, could you please commit those Sparc
> >>> ULP changs to the tree?
> >>
> >> Done.
> >
> > FWIW, it looks rather like you and others have been updating these ULPs
> > baselines manually - that is, they are not in the exact sorted order that
> > is unchanged by "gen-libm-test.pl -n".
>
> What do you mean not in the exact sorted order? I actually used
> "gen-libm-test.pl -n".
I mean that if I run "math/gen-libm-test.pl -n -u
sysdeps/sparc/sparc32/fpu/libm-test-ulps" then I get the following diffs.
Maybe the script is failing to be idempotent or there is some locale
dependency (or something else nondeterministic) involved.
--- sysdeps/sparc/sparc32/fpu/libm-test-ulps 2012-02-20 12:10:00.000000000 +0000
+++ NewUlps 2012-02-20 14:42:03.000000000 +0000
@@ -1,6 +1,11 @@
# Begin of automatic generation
# atan2
+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
@@ -16,11 +21,6 @@
ifloat: 1
ildouble: 1
ldouble: 1
-Test "atan2 (-0.00756827042671106339, -.001792735857538728036) == -1.80338464113663849327153994379639112":
-float: 6
-ifloat: 6
-ildouble: 1
-ldouble: 1
# atanh
Test "atanh (0.75) == 0.972955074527656652552676371721589865":
--
Joseph S. Myers
joseph@codesourcery.com