diff options
| author | Joe Ramsay <Joe.Ramsay@arm.com> | 2025-01-03 20:12:10 +0000 |
|---|---|---|
| committer | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2025-01-03 21:39:56 +0000 |
| commit | 40c3a0629321eb2442a220cd9254a0086f70c422 (patch) | |
| tree | 317e6ce1a9b1032a79ec884c5b738a0fe8b77af2 /bits/libm-simd-decl-stubs.h | |
| parent | 6050b45716ed76b9c5407bea160db53195dcc445 (diff) | |
| download | glibc-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.h | 11 |
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 |
