aboutsummaryrefslogtreecommitdiff
path: root/math/bits
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2025-01-03 20:07:51 +0000
committerWilco Dijkstra <wilco.dijkstra@arm.com>2025-01-03 21:39:56 +0000
commit6050b45716ed76b9c5407bea160db53195dcc445 (patch)
treef763ebb48eb29f72ec000a7cc9abac3933f88cdd /math/bits
parent939e770e0196ebd763cacc602421b76d62df0798 (diff)
downloadglibc-6050b45716ed76b9c5407bea160db53195dcc445.tar.xz
glibc-6050b45716ed76b9c5407bea160db53195dcc445.zip
AArch64: Add vector sinpi to libmvec
Vector variant of the new C23 sinpi. New tests pass on AArch64.
Diffstat (limited to 'math/bits')
-rw-r--r--math/bits/mathcalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/bits/mathcalls.h b/math/bits/mathcalls.h
index cc1301925b..4bd48dc13f 100644
--- a/math/bits/mathcalls.h
+++ b/math/bits/mathcalls.h
@@ -78,7 +78,7 @@ __MATHCALL (atan2pi,, (_Mdouble_ __y, _Mdouble_ __x));
/* Cosine of pi * X. */
__MATHCALL (cospi,, (_Mdouble_ __x));
/* Sine of pi * X. */
-__MATHCALL (sinpi,, (_Mdouble_ __x));
+__MATHCALL_VEC (sinpi,, (_Mdouble_ __x));
/* Tangent of pi * X. */
__MATHCALL (tanpi,, (_Mdouble_ __x));
#endif