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:
committed by
Wilco Dijkstra
parent
40c3a06293
commit
080998f6e7
@@ -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. */
|
||||
|
Reference in New Issue
Block a user