about summary refs log tree commit diff
path: root/math/w_exp2f.c
blob: 948d745dab9bd2155f00f7deec6f879b34b0a2b3 (plain) (blame)
1
2
3
4
5
6
7
#include <math-type-macros-float.h>
#undef __USE_WRAPPER_TEMPLATE
#define __USE_WRAPPER_TEMPLATE 1
#undef declare_mgen_alias
#define declare_mgen_alias(a, b)
#include <w_exp2_template.c>
versioned_symbol (libm, __exp2f, exp2f, GLIBC_2_27);