diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-02-22 21:26:55 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-03-03 01:52:40 +0100 |
commit | 3369051b95362a6d66c867c48b8802e36cc80444 (patch) | |
tree | c7f8dac90bcaffc75778aaf81788a439e0a7c665 | |
parent | Mitigation for "clone on sparc might fail with -EFAULT for no valid reason" (diff) | |
download | glibc-3369051b95362a6d66c867c48b8802e36cc80444.tar.gz glibc-3369051b95362a6d66c867c48b8802e36cc80444.tar.bz2 glibc-3369051b95362a6d66c867c48b8802e36cc80444.zip |
math: Update mips64 ulps
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
(cherry picked from commit e2a65ecc4b30a797df7dc6529f09b712aa256029)
(cherry picked from commit d0724994de40934c552f1f68de89053848a44927)
-rw-r--r-- | sysdeps/mips/mips64/libm-test-ulps | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysdeps/mips/mips64/libm-test-ulps b/sysdeps/mips/mips64/libm-test-ulps index 78969745b2..933aba4735 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 |