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:
committed by
Wilco Dijkstra
parent
6050b45716
commit
40c3a06293
@@ -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
|
||||
|
Reference in New Issue
Block a user