]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/bits/mathcalls.h
x86-64: Add vector log2/log2f implementation to libmvec
[thirdparty/glibc.git] / math / bits / mathcalls.h
index f21384758a82e87ef396bdaf9fcc0f598020da07..bfe52a4666a3325ccf59309d6c4a10cd7f7764b8 100644 (file)
@@ -130,7 +130,7 @@ __MATHCALL (logb,, (_Mdouble_ __x));
 __MATHCALL_VEC (exp2,, (_Mdouble_ __x));
 
 /* Compute base-2 logarithm of X.  */
-__MATHCALL (log2,, (_Mdouble_ __x));
+__MATHCALL_VEC (log2,, (_Mdouble_ __x));
 #endif