aboutsummaryrefslogtreecommitdiff
path: root/bits/libm-simd-decl-stubs.h
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2025-01-03 20:12:10 +0000
committerWilco Dijkstra <wilco.dijkstra@arm.com>2025-01-03 21:39:56 +0000
commit40c3a0629321eb2442a220cd9254a0086f70c422 (patch)
tree317e6ce1a9b1032a79ec884c5b738a0fe8b77af2 /bits/libm-simd-decl-stubs.h
parent6050b45716ed76b9c5407bea160db53195dcc445 (diff)
downloadglibc-40c3a0629321eb2442a220cd9254a0086f70c422.tar.xz
glibc-40c3a0629321eb2442a220cd9254a0086f70c422.zip
AArch64: Add vector cospi routines
Vector variant of the new C23 cospi. New tests pass on AArch64.
Diffstat (limited to 'bits/libm-simd-decl-stubs.h')
-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 fd5bae4c98..4b940e9115 100644
--- a/bits/libm-simd-decl-stubs.h
+++ b/bits/libm-simd-decl-stubs.h
@@ -351,4 +351,15 @@
#define __DECL_SIMD_sinpif32x
#define __DECL_SIMD_sinpif64x
#define __DECL_SIMD_sinpif128x
+
+#define __DECL_SIMD_cospi
+#define __DECL_SIMD_cospif
+#define __DECL_SIMD_cospil
+#define __DECL_SIMD_cospif16
+#define __DECL_SIMD_cospif32
+#define __DECL_SIMD_cospif64
+#define __DECL_SIMD_cospif128
+#define __DECL_SIMD_cospif32x
+#define __DECL_SIMD_cospif64x
+#define __DECL_SIMD_cospif128x
#endif