about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/w_log.c
blob: bde1e31db476011dcb6e126dd6489374b616812a (plain) (blame)
1
2
3
4
5
#include <math_ldbl_opt.h>
#include <math/w_log.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, __log, logl, GLIBC_2_0);
#endif