mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
AArch64: Add vector tanpi routines
Vector variant of the new C23 tanpi. New tests pass on AArch64.
This commit is contained in:
committed by
Wilco Dijkstra
parent
40c3a06293
commit
080998f6e7
@@ -362,4 +362,15 @@
|
||||
#define __DECL_SIMD_cospif32x
|
||||
#define __DECL_SIMD_cospif64x
|
||||
#define __DECL_SIMD_cospif128x
|
||||
|
||||
#define __DECL_SIMD_tanpi
|
||||
#define __DECL_SIMD_tanpif
|
||||
#define __DECL_SIMD_tanpil
|
||||
#define __DECL_SIMD_tanpif16
|
||||
#define __DECL_SIMD_tanpif32
|
||||
#define __DECL_SIMD_tanpif64
|
||||
#define __DECL_SIMD_tanpif128
|
||||
#define __DECL_SIMD_tanpif32x
|
||||
#define __DECL_SIMD_tanpif64x
|
||||
#define __DECL_SIMD_tanpif128x
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user