about summary refs log tree commit diff
path: root/sysdeps/i386/fpu/w_sqrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/w_sqrt.c')
-rw-r--r--sysdeps/i386/fpu/w_sqrt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/fpu/w_sqrt.c b/sysdeps/i386/fpu/w_sqrt.c
index d37a5d55bf..8bef04e68a 100644
--- a/sysdeps/i386/fpu/w_sqrt.c
+++ b/sysdeps/i386/fpu/w_sqrt.c
@@ -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>