Fix missing <math_private.h> in ldbl-96 fma

This commit is contained in:
Andreas Schwab 2014-08-04 10:20:03 +02:00
parent 41f725ff29
commit dacdc86717
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-08-04 Andreas Schwab <schwab@suse.de>
* sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
2014-08-03 Mike Frysinger <vapier@gentoo.org>
* stdlib/tst-setcontext.c (test_stack): Fix coding style.

View File

@ -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: