1
0
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:
Joe Ramsay
2025-01-03 20:13:51 +00:00
committed by Wilco Dijkstra
parent 40c3a06293
commit 080998f6e7
16 changed files with 361 additions and 2 deletions

View File

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