1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

AArch64: Add vector cospi routines

Vector variant of the new C23 cospi. New tests pass on AArch64.
This commit is contained in:
Joe Ramsay
2025-01-03 20:12:10 +00:00
committed by Wilco Dijkstra
parent 6050b45716
commit 40c3a06293
16 changed files with 344 additions and 1 deletions

View File

@@ -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