Could you please send an updated version? This was before the last changes to the math tests went in, sorry... TIA, Andreas Am Dienstag, 24. Dezember 2024, 21:21:06 Mitteleuropäische Normalzeit schrieb Darius Rad: > Fixes 60 math test failures. > > --- > I would appreciate it if someone could commit this for me as I do not have > access. > > --- > sysdeps/riscv/nofpu/libm-test-ulps | 44 ++++++++++++++++++++++++++++++++++---- > 1 file changed, 40 insertions(+), 4 deletions(-) > > diff --git a/sysdeps/riscv/nofpu/libm-test-ulps b/sysdeps/riscv/nofpu/libm-test-ulps > index 055826625c..fc9733466a 100644 > --- a/sysdeps/riscv/nofpu/libm-test-ulps > +++ b/sysdeps/riscv/nofpu/libm-test-ulps > @@ -33,6 +33,11 @@ Function: "acosh_upward": > double: 2 > ldouble: 2 > > +Function: "acospi": > +double: 1 > +float: 1 > +ldouble: 1 > + > Function: "asin": > double: 1 > ldouble: 1 > @@ -65,6 +70,11 @@ Function: "asinh_upward": > double: 3 > ldouble: 4 > > +Function: "asinpi": > +double: 1 > +float: 1 > +ldouble: 1 > + > Function: "atan": > double: 1 > ldouble: 1 > @@ -84,6 +94,11 @@ Function: "atan2_upward": > double: 1 > ldouble: 2 > > +Function: "atan2pi": > +double: 1 > +float: 1 > +ldouble: 2 > + > Function: "atan_downward": > double: 1 > ldouble: 2 > @@ -112,6 +127,11 @@ Function: "atanh_upward": > double: 3 > ldouble: 4 > > +Function: "atanpi": > +double: 1 > +float: 1 > +ldouble: 1 > + > Function: "cabs": > double: 1 > ldouble: 1 > @@ -632,6 +652,11 @@ Function: "cosh_upward": > double: 1 > ldouble: 3 > > +Function: "cospi": > +double: 1 > +float: 1 > +ldouble: 1 > + > Function: Real part of "cpow": > double: 2 > float: 5 > @@ -677,6 +702,7 @@ float: 1 > ldouble: 1 > > Function: Imaginary part of "csin": > +float: 1 > ldouble: 1 > > Function: Real part of "csin_downward": > @@ -925,8 +951,8 @@ float: 1 > ldouble: 3 > > Function: "exp10m1": > -double: 2 > -ldouble: 1 > +double: 3 > +ldouble: 3 > > Function: "exp2": > double: 1 > @@ -946,8 +972,8 @@ float: 1 > ldouble: 2 > > Function: "exp2m1": > -double: 1 > -ldouble: 1 > +double: 2 > +ldouble: 2 > > Function: "exp_downward": > double: 1 > @@ -1248,6 +1274,11 @@ Function: "sinh_upward": > double: 3 > ldouble: 4 > > +Function: "sinpi": > +double: 1 > +float: 1 > +ldouble: 1 > + > Function: "tan": > ldouble: 1 > > @@ -1279,6 +1310,11 @@ Function: "tanh_upward": > double: 3 > ldouble: 3 > > +Function: "tanpi": > +double: 2 > +float: 2 > +ldouble: 2 > + > Function: "tgamma": > double: 9 > ldouble: 4 > -- Andreas K. Hüttel dilfridge@gentoo.org Gentoo Linux developer (council, comrel, toolchain, base-system, perl, libreoffice) https://wiki.gentoo.org/wiki/User:Dilfridge