diff options
| author | Joe Ramsay <Joe.Ramsay@arm.com> | 2025-01-03 20:13:51 +0000 |
|---|---|---|
| committer | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2025-01-03 21:39:56 +0000 |
| commit | 080998f6e7a2a5ec5425a3a4131e182085a64849 (patch) | |
| tree | c1115fddf34fd1cd0c1872a5bf0a8415c5ed8fd3 /bits | |
| parent | 40c3a0629321eb2442a220cd9254a0086f70c422 (diff) | |
| download | glibc-080998f6e7a2a5ec5425a3a4131e182085a64849.tar.xz glibc-080998f6e7a2a5ec5425a3a4131e182085a64849.zip | |
AArch64: Add vector tanpi routines
Vector variant of the new C23 tanpi. New tests pass on AArch64.
Diffstat (limited to 'bits')
| -rw-r--r-- | bits/libm-simd-decl-stubs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bits/libm-simd-decl-stubs.h b/bits/libm-simd-decl-stubs.h index 4b940e9115..529df43c9b 100644 --- a/bits/libm-simd-decl-stubs.h +++ b/bits/libm-simd-decl-stubs.h @@ -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 |
