[PATCH, COMMITTED] math: Add tanpi aarch64 ulps
Andreas K. Hüttel
dilfridge@gentoo.org
Sun Dec 8 17:28:14 GMT 2024
Linux dola 5.15.169-gentoo-dist #1 SMP Wed Oct 23 06:25:30 -00 2024 aarch64 GNU/Linux
Vendor ID: ARM
Model name: Neoverse-N1
gcc (Gentoo Hardened 13.3.1_p20241025 p1) 13.3.1 20241024
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
---
sysdeps/aarch64/libm-test-ulps | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/sysdeps/aarch64/libm-test-ulps b/sysdeps/aarch64/libm-test-ulps
index 1805abb05f..71509de70f 100644
--- a/sysdeps/aarch64/libm-test-ulps
+++ b/sysdeps/aarch64/libm-test-ulps
@@ -1651,6 +1651,26 @@ double: 3
float: 3
ldouble: 3
+Function: "tanpi":
+double: 2
+float: 2
+ldouble: 2
+
+Function: "tanpi_downward":
+double: 2
+float: 3
+ldouble: 4
+
+Function: "tanpi_towardzero":
+double: 2
+float: 3
+ldouble: 4
+
+Function: "tanpi_upward":
+double: 2
+float: 4
+ldouble: 3
+
Function: "tgamma":
double: 9
ldouble: 4
--
2.45.2
More information about the Libc-alpha
mailing list