mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
Fix missing <math_private.h> in ldbl-96 fma
This commit is contained in:
parent
41f725ff29
commit
dacdc86717
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user