diff options
Diffstat (limited to 'sysdeps/riscv/rvf')
-rw-r--r-- | sysdeps/riscv/rvf/fegetround.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/feholdexcpt.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/fesetenv.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/fesetround.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/feupdateenv.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/fgetexcptflg.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/ftestexcept.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_ceilf.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_finitef.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_floorf.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_fmaxf.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_fminf.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_fpclassifyf.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_isinff.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_isnanf.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_issignalingf.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_nearbyintf.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_roundevenf.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_roundf.c | 1 | ||||
-rw-r--r-- | sysdeps/riscv/rvf/s_truncf.c | 1 |
20 files changed, 20 insertions, 0 deletions
diff --git a/sysdeps/riscv/rvf/fegetround.c b/sysdeps/riscv/rvf/fegetround.c index f7692a827b..05397b10e7 100644 --- a/sysdeps/riscv/rvf/fegetround.c +++ b/sysdeps/riscv/rvf/fegetround.c @@ -18,6 +18,7 @@ #include <fenv.h> #include <math_private.h> +#include <fenv_private.h> int __fegetround (void) diff --git a/sysdeps/riscv/rvf/feholdexcpt.c b/sysdeps/riscv/rvf/feholdexcpt.c index ea9060f3dc..96ac46583c 100644 --- a/sysdeps/riscv/rvf/feholdexcpt.c +++ b/sysdeps/riscv/rvf/feholdexcpt.c @@ -18,6 +18,7 @@ #include <fenv.h> #include <math_private.h> +#include <fenv_private.h> int __feholdexcept (fenv_t *envp) diff --git a/sysdeps/riscv/rvf/fesetenv.c b/sysdeps/riscv/rvf/fesetenv.c index 5d02d80101..95ca4fe97b 100644 --- a/sysdeps/riscv/rvf/fesetenv.c +++ b/sysdeps/riscv/rvf/fesetenv.c @@ -18,6 +18,7 @@ #include <fenv.h> #include <math_private.h> +#include <fenv_private.h> int __fesetenv (const fenv_t *envp) diff --git a/sysdeps/riscv/rvf/fesetround.c b/sysdeps/riscv/rvf/fesetround.c index bf705ef0c9..5bb237a365 100644 --- a/sysdeps/riscv/rvf/fesetround.c +++ b/sysdeps/riscv/rvf/fesetround.c @@ -18,6 +18,7 @@ #include <fenv.h> #include <math_private.h> +#include <fenv_private.h> int __fesetround (int round) diff --git a/sysdeps/riscv/rvf/feupdateenv.c b/sysdeps/riscv/rvf/feupdateenv.c index 133d7eca11..27ffa7716b 100644 --- a/sysdeps/riscv/rvf/feupdateenv.c +++ b/sysdeps/riscv/rvf/feupdateenv.c @@ -18,6 +18,7 @@ #include <fenv.h> #include <math_private.h> +#include <fenv_private.h> int __feupdateenv (const fenv_t *envp) diff --git a/sysdeps/riscv/rvf/fgetexcptflg.c b/sysdeps/riscv/rvf/fgetexcptflg.c index 367f0135d4..f4742693af 100644 --- a/sysdeps/riscv/rvf/fgetexcptflg.c +++ b/sysdeps/riscv/rvf/fgetexcptflg.c @@ -18,6 +18,7 @@ #include <fenv.h> #include <math_private.h> +#include <fenv_private.h> int fegetexceptflag (fexcept_t *flagp, int excepts) diff --git a/sysdeps/riscv/rvf/ftestexcept.c b/sysdeps/riscv/rvf/ftestexcept.c index a248bd6319..66bc9f9c5b 100644 --- a/sysdeps/riscv/rvf/ftestexcept.c +++ b/sysdeps/riscv/rvf/ftestexcept.c @@ -18,6 +18,7 @@ #include <fenv.h> #include <math_private.h> +#include <fenv_private.h> int fetestexcept (int excepts) diff --git a/sysdeps/riscv/rvf/s_ceilf.c b/sysdeps/riscv/rvf/s_ceilf.c index d7e291acf8..a56f362610 100644 --- a/sysdeps/riscv/rvf/s_ceilf.c +++ b/sysdeps/riscv/rvf/s_ceilf.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-float.h> #include <stdint.h> diff --git a/sysdeps/riscv/rvf/s_finitef.c b/sysdeps/riscv/rvf/s_finitef.c index 04ce08719b..4fd33b6ebb 100644 --- a/sysdeps/riscv/rvf/s_finitef.c +++ b/sysdeps/riscv/rvf/s_finitef.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> int __finitef (float x) diff --git a/sysdeps/riscv/rvf/s_floorf.c b/sysdeps/riscv/rvf/s_floorf.c index 3c9c625e2f..560553ffba 100644 --- a/sysdeps/riscv/rvf/s_floorf.c +++ b/sysdeps/riscv/rvf/s_floorf.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-float.h> #include <stdint.h> diff --git a/sysdeps/riscv/rvf/s_fmaxf.c b/sysdeps/riscv/rvf/s_fmaxf.c index 63f7e3d664..0496f7ed9d 100644 --- a/sysdeps/riscv/rvf/s_fmaxf.c +++ b/sysdeps/riscv/rvf/s_fmaxf.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-float.h> float diff --git a/sysdeps/riscv/rvf/s_fminf.c b/sysdeps/riscv/rvf/s_fminf.c index 82cca4e37d..f9639935c2 100644 --- a/sysdeps/riscv/rvf/s_fminf.c +++ b/sysdeps/riscv/rvf/s_fminf.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-float.h> float diff --git a/sysdeps/riscv/rvf/s_fpclassifyf.c b/sysdeps/riscv/rvf/s_fpclassifyf.c index 4abcf3edac..ae4c492362 100644 --- a/sysdeps/riscv/rvf/s_fpclassifyf.c +++ b/sysdeps/riscv/rvf/s_fpclassifyf.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> int __fpclassifyf (float x) diff --git a/sysdeps/riscv/rvf/s_isinff.c b/sysdeps/riscv/rvf/s_isinff.c index 1c7413190c..621cdca5db 100644 --- a/sysdeps/riscv/rvf/s_isinff.c +++ b/sysdeps/riscv/rvf/s_isinff.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> int __isinff (float x) diff --git a/sysdeps/riscv/rvf/s_isnanf.c b/sysdeps/riscv/rvf/s_isnanf.c index 30a88bb23c..cca3809b70 100644 --- a/sysdeps/riscv/rvf/s_isnanf.c +++ b/sysdeps/riscv/rvf/s_isnanf.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> int __isnanf (float x) diff --git a/sysdeps/riscv/rvf/s_issignalingf.c b/sysdeps/riscv/rvf/s_issignalingf.c index e67efc794b..846a7b75d2 100644 --- a/sysdeps/riscv/rvf/s_issignalingf.c +++ b/sysdeps/riscv/rvf/s_issignalingf.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> int __issignalingf (float x) diff --git a/sysdeps/riscv/rvf/s_nearbyintf.c b/sysdeps/riscv/rvf/s_nearbyintf.c index d653794d71..80ff8a8b88 100644 --- a/sysdeps/riscv/rvf/s_nearbyintf.c +++ b/sysdeps/riscv/rvf/s_nearbyintf.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-float.h> #include <stdint.h> diff --git a/sysdeps/riscv/rvf/s_roundevenf.c b/sysdeps/riscv/rvf/s_roundevenf.c index 48086c28ee..afeebf2c66 100644 --- a/sysdeps/riscv/rvf/s_roundevenf.c +++ b/sysdeps/riscv/rvf/s_roundevenf.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-float.h> #include <stdint.h> diff --git a/sysdeps/riscv/rvf/s_roundf.c b/sysdeps/riscv/rvf/s_roundf.c index dedf57cbb3..87839de3fb 100644 --- a/sysdeps/riscv/rvf/s_roundf.c +++ b/sysdeps/riscv/rvf/s_roundf.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-float.h> #include <stdint.h> diff --git a/sysdeps/riscv/rvf/s_truncf.c b/sysdeps/riscv/rvf/s_truncf.c index e23926a2ae..ad5c2e217c 100644 --- a/sysdeps/riscv/rvf/s_truncf.c +++ b/sysdeps/riscv/rvf/s_truncf.c @@ -18,6 +18,7 @@ #include <math.h> #include <math_private.h> +#include <fenv_private.h> #include <libm-alias-float.h> #include <stdint.h> |