aboutsummaryrefslogtreecommitdiff
path: root/bits
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2025-01-03 20:13:51 +0000
committerWilco Dijkstra <wilco.dijkstra@arm.com>2025-01-03 21:39:56 +0000
commit080998f6e7a2a5ec5425a3a4131e182085a64849 (patch)
treec1115fddf34fd1cd0c1872a5bf0a8415c5ed8fd3 /bits
parent40c3a0629321eb2442a220cd9254a0086f70c422 (diff)
downloadglibc-080998f6e7a2a5ec5425a3a4131e182085a64849.tar.xz
glibc-080998f6e7a2a5ec5425a3a4131e182085a64849.zip
AArch64: Add vector tanpi routines
Vector variant of the new C23 tanpi. New tests pass on AArch64.
Diffstat (limited to 'bits')
-rw-r--r--bits/libm-simd-decl-stubs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/bits/libm-simd-decl-stubs.h b/bits/libm-simd-decl-stubs.h
index 4b940e9115..529df43c9b 100644
--- a/bits/libm-simd-decl-stubs.h
+++ b/bits/libm-simd-decl-stubs.h
@@ -362,4 +362,15 @@
#define __DECL_SIMD_cospif32x
#define __DECL_SIMD_cospif64x
#define __DECL_SIMD_cospif128x
+
+#define __DECL_SIMD_tanpi
+#define __DECL_SIMD_tanpif
+#define __DECL_SIMD_tanpil
+#define __DECL_SIMD_tanpif16
+#define __DECL_SIMD_tanpif32
+#define __DECL_SIMD_tanpif64
+#define __DECL_SIMD_tanpif128
+#define __DECL_SIMD_tanpif32x
+#define __DECL_SIMD_tanpif64x
+#define __DECL_SIMD_tanpif128x
#endif