diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-96')
-rw-r--r-- | sysdeps/ieee754/ldbl-96/e_gammal_r.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-96/e_jnl.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-96/gamma_productl.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-96/lgamma_negl.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-96/s_fma.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-96/s_fmal.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-96/s_llrintl.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-96/s_llroundl.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-96/s_lrintl.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-96/s_lroundl.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-96/x2y2m1l.c | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-96/e_gammal_r.c b/sysdeps/ieee754/ldbl-96/e_gammal_r.c index fc7a5c55dc..8af9d7ca2b 100644 --- a/sysdeps/ieee754/ldbl-96/e_gammal_r.c +++ b/sysdeps/ieee754/ldbl-96/e_gammal_r.c @@ -19,6 +19,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <math-underflow.h> #include <float.h> diff --git a/sysdeps/ieee754/ldbl-96/e_jnl.c b/sysdeps/ieee754/ldbl-96/e_jnl.c index 394921f564..fd28f6ae91 100644 --- a/sysdeps/ieee754/ldbl-96/e_jnl.c +++ b/sysdeps/ieee754/ldbl-96/e_jnl.c @@ -60,6 +60,7 @@ #include <float.h> #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <math-underflow.h> static const long double diff --git a/sysdeps/ieee754/ldbl-96/gamma_productl.c b/sysdeps/ieee754/ldbl-96/gamma_productl.c index ed0c166d78..6b34d293e0 100644 --- a/sysdeps/ieee754/ldbl-96/gamma_productl.c +++ b/sysdeps/ieee754/ldbl-96/gamma_productl.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <mul_splitl.h> /* Compute the product of X + X_EPS, X + X_EPS + 1, ..., X + X_EPS + N diff --git a/sysdeps/ieee754/ldbl-96/lgamma_negl.c b/sysdeps/ieee754/ldbl-96/lgamma_negl.c index 6d2e0b7165..90bb8345a0 100644 --- a/sysdeps/ieee754/ldbl-96/lgamma_negl.c +++ b/sysdeps/ieee754/ldbl-96/lgamma_negl.c @@ -19,6 +19,7 @@ #include <float.h> #include <math.h> #include <math_private.h> +#include <fenv_private.h> static const long double lgamma_zeros[][2] = { diff --git a/sysdeps/ieee754/ldbl-96/s_fma.c b/sysdeps/ieee754/ldbl-96/s_fma.c index 986879cda5..736db65d10 100644 --- a/sysdeps/ieee754/ldbl-96/s_fma.c +++ b/sysdeps/ieee754/ldbl-96/s_fma.c @@ -23,6 +23,7 @@ #include <ieee754.h> #include <math-barriers.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-double.h> /* This implementation uses rounding to odd to avoid problems with diff --git a/sysdeps/ieee754/ldbl-96/s_fmal.c b/sysdeps/ieee754/ldbl-96/s_fmal.c index 0b261fd17a..5129e84954 100644 --- a/sysdeps/ieee754/ldbl-96/s_fmal.c +++ b/sysdeps/ieee754/ldbl-96/s_fmal.c @@ -23,6 +23,7 @@ #include <ieee754.h> #include <math-barriers.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-ldouble.h> #include <tininess.h> diff --git a/sysdeps/ieee754/ldbl-96/s_llrintl.c b/sysdeps/ieee754/ldbl-96/s_llrintl.c index d45a69a1f7..58571e973e 100644 --- a/sysdeps/ieee754/ldbl-96/s_llrintl.c +++ b/sysdeps/ieee754/ldbl-96/s_llrintl.c @@ -23,6 +23,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-ldouble.h> static const long double two63[2] = diff --git a/sysdeps/ieee754/ldbl-96/s_llroundl.c b/sysdeps/ieee754/ldbl-96/s_llroundl.c index 601fd0e644..3c4597f8ee 100644 --- a/sysdeps/ieee754/ldbl-96/s_llroundl.c +++ b/sysdeps/ieee754/ldbl-96/s_llroundl.c @@ -22,6 +22,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-ldouble.h> diff --git a/sysdeps/ieee754/ldbl-96/s_lrintl.c b/sysdeps/ieee754/ldbl-96/s_lrintl.c index df3222c7f2..42b9303b3d 100644 --- a/sysdeps/ieee754/ldbl-96/s_lrintl.c +++ b/sysdeps/ieee754/ldbl-96/s_lrintl.c @@ -23,6 +23,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-ldouble.h> static const long double two63[2] = diff --git a/sysdeps/ieee754/ldbl-96/s_lroundl.c b/sysdeps/ieee754/ldbl-96/s_lroundl.c index 0cc9f9c5d6..aead3aadb7 100644 --- a/sysdeps/ieee754/ldbl-96/s_lroundl.c +++ b/sysdeps/ieee754/ldbl-96/s_lroundl.c @@ -22,6 +22,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-ldouble.h> diff --git a/sysdeps/ieee754/ldbl-96/x2y2m1l.c b/sysdeps/ieee754/ldbl-96/x2y2m1l.c index 392830c1b0..a63cd67f5c 100644 --- a/sysdeps/ieee754/ldbl-96/x2y2m1l.c +++ b/sysdeps/ieee754/ldbl-96/x2y2m1l.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <mul_splitl.h> #include <stdlib.h> |