diff options
Diffstat (limited to 'sysdeps/i386/fpu/w_sqrt_compat.c')
-rw-r--r-- | sysdeps/i386/fpu/w_sqrt_compat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/fpu/w_sqrt_compat.c b/sysdeps/i386/fpu/w_sqrt_compat.c index dd485f4b88..f5d3cf91d1 100644 --- a/sysdeps/i386/fpu/w_sqrt_compat.c +++ b/sysdeps/i386/fpu/w_sqrt_compat.c @@ -2,7 +2,9 @@ most internal uses in glibc, but not for sqrt itself. */ #define NO_MATH_REDIRECT #define __ieee754_sqrt __avoid_ieee754_sqrt +#define f32xsqrtf64 __hide_f32xsqrtf64 #include <math.h> +#undef f32xsqrtf64 #include <math_private.h> #undef __ieee754_sqrt extern double __ieee754_sqrt (double); |