]> sourceware.org Git - glibc.git/blob - math/w_exp2.c
Update floating-point feature test macro handling for C2X
[glibc.git] / math / w_exp2.c
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_exp2_template.c>
7 versioned_symbol (libm, __exp2, exp2, GLIBC_2_29);
8 libm_alias_double_other (__exp2, exp2)
This page took 0.034891 seconds and 5 git commands to generate.