]> sourceware.org Git - glibc.git/blobdiff - sysdeps/i386/fpu/w_sqrt_compat.c
Add support for sqrt asm redirects
[glibc.git] / sysdeps / i386 / fpu / w_sqrt_compat.c
index ddd36d0964c2945579bc59b02f127af88384acca..dd485f4b88c7f5348abaab81a1308aeadc9594ec 100644 (file)
@@ -1,5 +1,6 @@
 /* The inline __ieee754_sqrt is not correctly rounding; it's OK for
    most internal uses in glibc, but not for sqrt itself.  */
+#define NO_MATH_REDIRECT
 #define __ieee754_sqrt __avoid_ieee754_sqrt
 #include <math.h>
 #include <math_private.h>
This page took 0.02781 seconds and 5 git commands to generate.