1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +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

@@ -80,7 +80,7 @@ __MATHCALL_VEC (cospi,, (_Mdouble_ __x));
/* Sine of pi * X. */
__MATHCALL_VEC (sinpi,, (_Mdouble_ __x));
/* Tangent of pi * X. */
__MATHCALL (tanpi,, (_Mdouble_ __x));
__MATHCALL_VEC (tanpi,, (_Mdouble_ __x));
#endif
/* Hyperbolic functions. */