summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/w_sqrt.c
blob: ca2ba061e8701d654375ab1372e6f088022057d8 (plain)
1
2
3
4
5
#include <math_ldbl_opt.h>
#include <math/w_sqrt.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, __sqrt, sqrtl, GLIBC_2_0);
#endif