Mark internal gmp functions with attribute_hidden [BZ #18822]
[glibc.git] / math / w_exp2f.c
blob948d745dab9bd2155f00f7deec6f879b34b0a2b3
1 #include <math-type-macros-float.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_exp2_template.c>
7 versioned_symbol (libm, __exp2f, exp2f, GLIBC_2_27);