This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] RISC-V: Update nofpu libm-test-ulps.


This patch fixes 36 math related test failures.

Palmer, can you commit this, I don't have access.

--
	* sysdeps/riscv/nofpu/libm-test-ulps: Update.

diff --git a/sysdeps/riscv/nofpu/libm-test-ulps b/sysdeps/riscv/nofpu/libm-test-ulps
index 365f950074..700772a5bf 100644
--- a/sysdeps/riscv/nofpu/libm-test-ulps
+++ b/sysdeps/riscv/nofpu/libm-test-ulps
@@ -1006,6 +1006,8 @@ ildouble: 2
 ldouble: 2

 Function: "cos":
+double: 1
+idouble: 1
 ildouble: 1
 ldouble: 1

@@ -1902,6 +1904,8 @@ ildouble: 1
 ldouble: 1

 Function: "pow":
+double: 1
+idouble: 1
 ildouble: 2
 ldouble: 2

@@ -1930,6 +1934,8 @@ ildouble: 2
 ldouble: 2

 Function: "sin":
+double: 1
+idouble: 1
 ildouble: 1
 ldouble: 1

@@ -1952,6 +1958,8 @@ ildouble: 3
 ldouble: 3

 Function: "sincos":
+double: 1
+idouble: 1
 ildouble: 1
 ldouble: 1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]