glibc/sysdeps/ieee754/ldbl-opt/w_sqrt.c

6 lines
147 B
C

#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