mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
AArch64: Add vector sinpi to libmvec
Vector variant of the new C23 sinpi. New tests pass on AArch64.
This commit is contained in:
committed by
Wilco Dijkstra
parent
939e770e01
commit
6050b45716
@@ -340,4 +340,15 @@
|
||||
#define __DECL_SIMD_tanf32x
|
||||
#define __DECL_SIMD_tanf64x
|
||||
#define __DECL_SIMD_tanf128x
|
||||
|
||||
#define __DECL_SIMD_sinpi
|
||||
#define __DECL_SIMD_sinpif
|
||||
#define __DECL_SIMD_sinpil
|
||||
#define __DECL_SIMD_sinpif16
|
||||
#define __DECL_SIMD_sinpif32
|
||||
#define __DECL_SIMD_sinpif64
|
||||
#define __DECL_SIMD_sinpif128
|
||||
#define __DECL_SIMD_sinpif32x
|
||||
#define __DECL_SIMD_sinpif64x
|
||||
#define __DECL_SIMD_sinpif128x
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user