Message ID | 20241111020553.1212944-1-caiyinyu@loongson.cn |
---|---|
State | New |
Headers | show |
Series | LoongArch: Update ulps | expand |
> Needed for test-float-cacosh, test-float-csin, test-float32-cacosh and > test-float32-csin. > > Signed-off-by: caiyinyu <caiyinyu@loongson.cn> > --- > sysdeps/loongarch/lp64/libm-test-ulps | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/sysdeps/loongarch/lp64/libm-test-ulps b/sysdeps/loongarch/lp64/libm-test-ulps > index ecd9cc5873..7c20711268 100644 > --- a/sysdeps/loongarch/lp64/libm-test-ulps > +++ b/sysdeps/loongarch/lp64/libm-test-ulps > @@ -228,7 +228,7 @@ ldouble: 3 > > Function: Real part of "cacosh_upward": > double: 4 > -float: 3 > +float: 4 > ldouble: 6 > > Function: Imaginary part of "cacosh_upward": > @@ -720,6 +720,7 @@ float: 1 > ldouble: 1 > > Function: Imaginary part of "csin": > +float: 1 > ldouble: 1 > > Function: Real part of "csin_downward": Looks okay to me. Reviewed-by: Florian Weimer <fweimer@redhat.com> Thanks, Florian
diff --git a/sysdeps/loongarch/lp64/libm-test-ulps b/sysdeps/loongarch/lp64/libm-test-ulps index ecd9cc5873..7c20711268 100644 --- a/sysdeps/loongarch/lp64/libm-test-ulps +++ b/sysdeps/loongarch/lp64/libm-test-ulps @@ -228,7 +228,7 @@ ldouble: 3 Function: Real part of "cacosh_upward": double: 4 -float: 3 +float: 4 ldouble: 6 Function: Imaginary part of "cacosh_upward": @@ -720,6 +720,7 @@ float: 1 ldouble: 1 Function: Imaginary part of "csin": +float: 1 ldouble: 1 Function: Real part of "csin_downward":
Needed for test-float-cacosh, test-float-csin, test-float32-cacosh and test-float32-csin. Signed-off-by: caiyinyu <caiyinyu@loongson.cn> --- sysdeps/loongarch/lp64/libm-test-ulps | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)