1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

AArch64: Implement AdvSIMD and SVE asinpi/f

Implement double and single precision variants of the C23 routine asinpi
for both AdvSIMD and SVE.

Reviewed-by: Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
This commit is contained in:
Dylan Fleming
2025-05-19 12:39:51 +00:00
committed by Wilco Dijkstra
parent 993997ca1b
commit 0ef2cf44e7
15 changed files with 435 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ __MATHCALL (acospi,, (_Mdouble_ __x));
__MATHCALL_VEC (acospi,, (_Mdouble_ __x));
/* Arc sine of X, divided by pi. */
__MATHCALL (asinpi,, (_Mdouble_ __x));
__MATHCALL_VEC (asinpi,, (_Mdouble_ __x));
/* Arc tangent of X, divided by pi. */
__MATHCALL (atanpi,, (_Mdouble_ __x));
/* Arc tangent of Y/X, divided by pi. */