* [PATCH] or1k: Update libm-test-ulps
@ 2024-12-12 21:17 Stafford Horne
0 siblings, 0 replies; only message in thread
From: Stafford Horne @ 2024-12-12 21:17 UTC (permalink / raw)
To: GLIBC patches; +Cc: Linux OpenRISC, Stafford Horne
Pick up new functions cospi, "Imaginary part of csin", exp10m1, exp2m1,
log10p1, log2p1, sinpi and tanpi.
---
I ran this on ron of a build from 2024-12-06. It looks like a few new functions
have been added upstream since. Posting, then will add new functions as needed
later.
sysdeps/or1k/nofpu/libm-test-ulps | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/sysdeps/or1k/nofpu/libm-test-ulps b/sysdeps/or1k/nofpu/libm-test-ulps
index e130fd8a1d..305b6cef70 100644
--- a/sysdeps/or1k/nofpu/libm-test-ulps
+++ b/sysdeps/or1k/nofpu/libm-test-ulps
@@ -535,6 +535,10 @@ Function: "cosh_upward":
double: 2
float: 2
+Function: "cospi":
+double: 1
+float: 1
+
Function: Real part of "cpow":
double: 2
float: 5
@@ -570,6 +574,9 @@ Function: Real part of "csin":
double: 1
float: 1
+Function: Imaginary part of "csin":
+float: 1
+
Function: Real part of "csin_downward":
double: 3
float: 3
@@ -763,6 +770,9 @@ Function: "exp10_upward":
double: 2
float: 1
+Function: "exp10m1":
+double: 3
+
Function: "exp2":
double: 1
@@ -776,6 +786,9 @@ Function: "exp2_upward":
double: 1
float: 1
+Function: "exp2m1":
+double: 2
+
Function: "exp_downward":
double: 1
float: 1
@@ -905,6 +918,9 @@ Function: "log10_upward":
double: 2
float: 2
+Function: "log10p1":
+double: 1
+
Function: "log1p":
double: 1
@@ -929,6 +945,9 @@ double: 1
Function: "log2_upward":
double: 1
+Function: "log2p1":
+double: 1
+
Function: "logp1":
double: 1
@@ -1003,6 +1022,10 @@ Function: "sinh_upward":
double: 3
float: 3
+Function: "sinpi":
+double: 1
+float: 1
+
Function: "tan_downward":
double: 1
@@ -1028,6 +1051,10 @@ Function: "tanh_upward":
double: 3
float: 3
+Function: "tanpi":
+double: 2
+float: 2
+
Function: "tgamma":
double: 9
--
2.47.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-12 21:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 21:17 [PATCH] or1k: Update libm-test-ulps Stafford Horne
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox