diff options
Diffstat (limited to 'sysdeps/ieee754/float128/s_fmaf128.c')
-rw-r--r-- | sysdeps/ieee754/float128/s_fmaf128.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/ieee754/float128/s_fmaf128.c b/sysdeps/ieee754/float128/s_fmaf128.c index a900af6e3c..af28f5e724 100644 --- a/sysdeps/ieee754/float128/s_fmaf128.c +++ b/sysdeps/ieee754/float128/s_fmaf128.c @@ -1,3 +1,5 @@ #define NO_MATH_REDIRECT +#define f64xfmaf128 __hide_f64xfmaf128 #include <float128_private.h> +#undef f64xfmaf128 #include "../ldbl-128/s_fmal.c" |