283b1ce2e8
Upstream commit: 71fcdba577884627c3ee4e43beb915da752efb1f
- linux: Use rseq area unconditionally in sched_getcpu (bug 31479)
- Use gcc __builtin_stdc_* builtins in stdbit.h if possible
- S390: Do not clobber r7 in clone [BZ #31402]
- math: Update mips64 ulps
- mips: FIx clone3 implementation (BZ 31325)
- arm: Remove wrong ldr from _dl_start_user (BZ 31339)
- Replace advisories directory
Related: RHEL-25850
Fedora 40 commit: 68abc16af7
43 lines
866 B
Diff
43 lines
866 B
Diff
commit d0724994de40934c552f1f68de89053848a44927
|
|
Author: Xi Ruoyao <xry111@xry111.site>
|
|
Date: Thu Feb 22 21:26:55 2024 +0100
|
|
|
|
math: Update mips64 ulps
|
|
|
|
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
|
(cherry picked from commit e2a65ecc4b30a797df7dc6529f09b712aa256029)
|
|
|
|
diff --git a/sysdeps/mips/mips64/libm-test-ulps b/sysdeps/mips/mips64/libm-test-ulps
|
|
index 78969745b245d094..933aba47350b777d 100644
|
|
--- a/sysdeps/mips/mips64/libm-test-ulps
|
|
+++ b/sysdeps/mips/mips64/libm-test-ulps
|
|
@@ -1066,17 +1066,17 @@ double: 1
|
|
ldouble: 1
|
|
|
|
Function: "j0":
|
|
-double: 2
|
|
+double: 3
|
|
float: 9
|
|
ldouble: 2
|
|
|
|
Function: "j0_downward":
|
|
-double: 5
|
|
+double: 6
|
|
float: 9
|
|
ldouble: 9
|
|
|
|
Function: "j0_towardzero":
|
|
-double: 6
|
|
+double: 7
|
|
float: 9
|
|
ldouble: 9
|
|
|
|
@@ -1146,6 +1146,7 @@ float: 6
|
|
ldouble: 8
|
|
|
|
Function: "log":
|
|
+double: 1
|
|
float: 1
|
|
ldouble: 1
|
|
|