powerpc64: Fix by using the configure value $libc_cv_cc_submachine [BZ #31629]
[glibc.git] / math / w_pow.c
bloba66fd3965a104ce35ae7c4e21e45c27066a5e9d0
1 #include <math-type-macros-double.h>
2 #undef __USE_WRAPPER_TEMPLATE
3 #define __USE_WRAPPER_TEMPLATE 1
4 #undef declare_mgen_alias
5 #define declare_mgen_alias(a, b)
6 #include <w_pow_template.c>
7 versioned_symbol (libm, __pow, pow, GLIBC_2_29);
8 libm_alias_double_other (__pow, pow)