]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/bits/mathcalls.h
x86-64: Add vector cosh/coshf implementation to libmvec
[thirdparty/glibc.git] / math / bits / mathcalls.h
index 870778457f0545a153de278f43a0e005eba07d37..60a314f69e61dddaeb1e4cf4d351a96fd0150749 100644 (file)
@@ -68,7 +68,7 @@ __MATHCALL (tan,, (_Mdouble_ __x));
 /* Hyperbolic functions.  */
 
 /* Hyperbolic cosine of X.  */
-__MATHCALL (cosh,, (_Mdouble_ __x));
+__MATHCALL_VEC (cosh,, (_Mdouble_ __x));
 /* Hyperbolic sine of X.  */
 __MATHCALL (sinh,, (_Mdouble_ __x));
 /* Hyperbolic tangent of X.  */