]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_powf.c
x86-64: Add vector log1p/log1pf implementation to libmvec
[thirdparty/glibc.git] / math / w_powf.c
index a18348329e8f50e81788eb3e28a21f9004d18088..aea9058ebe3dd36ef99e74b252afb9e5db9120a0 100644 (file)
@@ -5,3 +5,4 @@
 #define declare_mgen_alias(a, b)
 #include <w_pow_template.c>
 versioned_symbol (libm, __powf, powf, GLIBC_2_27);
+libm_alias_float_other (__pow, pow)