From 5e908464b9603e9cd95047d2edd00de5f78fedaf Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 13 Oct 2010 22:27:03 -0400 Subject: Implement accurate fma. --- sysdeps/ieee754/ldbl-opt/s_fma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/ieee754/ldbl-opt') diff --git a/sysdeps/ieee754/ldbl-opt/s_fma.c b/sysdeps/ieee754/ldbl-opt/s_fma.c index 2ee7214131..1723c5c306 100644 --- a/sysdeps/ieee754/ldbl-opt/s_fma.c +++ b/sysdeps/ieee754/ldbl-opt/s_fma.c @@ -1,5 +1,5 @@ #include -#include +#include #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) compat_symbol (libm, __fma, fmal, GLIBC_2_1); #endif -- cgit 1.4.1