mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-01 13:17:19 +08:00
6 lines
147 B
C
6 lines
147 B
C
#include <math_ldbl_opt.h>
|
|
#include <math/w_log2.c>
|
|
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
|
|
compat_symbol (libm, __log2, log2l, GLIBC_2_1);
|
|
#endif
|