diff options
Diffstat (limited to 'sysdeps/ieee754/flt-32')
-rw-r--r-- | sysdeps/ieee754/flt-32/s_llrintf.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/flt-32/s_llroundf.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/flt-32/s_lrintf.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/flt-32/s_lroundf.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/ieee754/flt-32/s_llrintf.c b/sysdeps/ieee754/flt-32/s_llrintf.c index c6b39b64df..7c64bb2db4 100644 --- a/sysdeps/ieee754/flt-32/s_llrintf.c +++ b/sysdeps/ieee754/flt-32/s_llrintf.c @@ -24,7 +24,6 @@ #include <math-narrow-eval.h> #include <math_private.h> -#include <fenv_private.h> #include <libm-alias-float.h> #include <fix-fp-int-convert-overflow.h> diff --git a/sysdeps/ieee754/flt-32/s_llroundf.c b/sysdeps/ieee754/flt-32/s_llroundf.c index abbdafbc1d..5457f9fa88 100644 --- a/sysdeps/ieee754/flt-32/s_llroundf.c +++ b/sysdeps/ieee754/flt-32/s_llroundf.c @@ -22,7 +22,6 @@ #include <math.h> #include <math_private.h> -#include <fenv_private.h> #include <libm-alias-float.h> #include <fix-fp-int-convert-overflow.h> diff --git a/sysdeps/ieee754/flt-32/s_lrintf.c b/sysdeps/ieee754/flt-32/s_lrintf.c index c45bdc1858..5171377a4e 100644 --- a/sysdeps/ieee754/flt-32/s_lrintf.c +++ b/sysdeps/ieee754/flt-32/s_lrintf.c @@ -24,7 +24,6 @@ #include <math-narrow-eval.h> #include <math_private.h> -#include <fenv_private.h> #include <libm-alias-float.h> #include <fix-fp-int-convert-overflow.h> diff --git a/sysdeps/ieee754/flt-32/s_lroundf.c b/sysdeps/ieee754/flt-32/s_lroundf.c index 7f18239376..20e7216640 100644 --- a/sysdeps/ieee754/flt-32/s_lroundf.c +++ b/sysdeps/ieee754/flt-32/s_lroundf.c @@ -22,7 +22,6 @@ #include <math.h> #include <math_private.h> -#include <fenv_private.h> #include <libm-alias-float.h> #include <fix-fp-int-convert-overflow.h> |