]> git.ipfire.org Git - thirdparty/glibc.git/blame - math/w_log2.c
Improve the accuracy of tgamma (BZ #26983)
[thirdparty/glibc.git] / math / w_log2.c
CommitLineData
718d6542
SN
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_log2_template.c>
7versioned_symbol (libm, __log2, log2, GLIBC_2_29);
8libm_alias_double_other (__log2, log2)