1 /* The inline __ieee754_sqrt is not correctly rounding; it's OK for
2 most internal uses in glibc, but not for sqrt itself. */
3 #define __ieee754_sqrt __avoid_ieee754_sqrt
5 #include <math_private.h>
7 extern double __ieee754_sqrt (double);
8 #include <math/w_sqrt.c>