[v3] force eval for fma implementations

Message ID mvm61i8br4h.fsf@hawking.suse.de
State Committed
Headers

Commit Message

Andreas Schwab Aug. 4, 2014, 8:23 a.m. UTC
  Tested on i586-suse-linux and pushed.

Andreas.

	* sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
  

Patch

diff --git a/sysdeps/ieee754/ldbl-96/s_fma.c b/sysdeps/ieee754/ldbl-96/s_fma.c
index a27102e..dcdae4d 100644
--- a/sysdeps/ieee754/ldbl-96/s_fma.c
+++ b/sysdeps/ieee754/ldbl-96/s_fma.c
@@ -21,6 +21,7 @@ 
 #include <math.h>
 #include <fenv.h>
 #include <ieee754.h>
+#include <math_private.h>
 
 /* This implementation uses rounding to odd to avoid problems with
    double rounding.  See a paper by Boldo and Melquiond: