aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJoe Ramsay <Joe.Ramsay@arm.com>2025-01-03 20:13:51 +0000
committerWilco Dijkstra <wilco.dijkstra@arm.com>2025-01-03 21:39:56 +0000
commit080998f6e7a2a5ec5425a3a4131e182085a64849 (patch)
treec1115fddf34fd1cd0c1872a5bf0a8415c5ed8fd3 /math
parent40c3a0629321eb2442a220cd9254a0086f70c422 (diff)
downloadglibc-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 'math')
-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 2f63a3beef..a3416478c0 100644
--- a/math/bits/mathcalls.h
+++ b/math/bits/mathcalls.h
@@ -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. */