summaryrefslogtreecommitdiff
path: root/math/w_powf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_powf.c')
-rw-r--r--math/w_powf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_powf.c b/math/w_powf.c
index a18348329e..aea9058ebe 100644
--- a/math/w_powf.c
+++ b/math/w_powf.c
@@ -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)