* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New
[glibc.git] / sysdeps / ieee754 / ldbl-opt / w_sqrt.c
blobca2ba061e8701d654375ab1372e6f088022057d8
1 #include <math_ldbl_opt.h>
2 #include <math/w_sqrt.c>
3 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
4 compat_symbol (libm, __sqrt, sqrtl, GLIBC_2_0);
5 #endif