| author | |
| committer | |
| log | 171b1046408bca46508ed205ff4f9a3ee4c95d80 |
| tree | 2d06c3250e29e4bd2ed1d33b2876f7f2555798e4 |
| parent | 65a4dbc5034cff2cd9f258f764a0e684cb22ac97 |
| signature |
This change was missed in 1f7ee99b35b71668e32292b707213c9bf0b61c4e.2 files changed, 7 insertions(+), 2 deletions(-)
lib/libc/include/arm-linux-musl/bits/fenv.h+1-1| ... | ... | @@ -20,4 +20,4 @@ typedef struct { |
| 20 | 20 | 	unsigned long __cw; |
| 21 | 21 | } fenv_t; |
| 22 | 22 | |
| 23 | #define FE_DFL_ENV ((const fenv_t *) -1) | |
| \ No newline at end of file | ||
| 23 | #define FE_DFL_ENV ((const fenv_t *) -1) |
lib/libc/include/loongarch64-linux-musl/bits/fenv.h+6-1| ... | ... | @@ -1,3 +1,7 @@ |
| 1 | #ifdef __longarch_soft_float | |
| 2 | #define FE_ALL_EXCEPT 0 | |
| 3 | #define FE_TONEAREST 0 | |
| 4 | #else | |
| 1 | 5 | #define FE_INEXACT 0x010000 |
| 2 | 6 | #define FE_UNDERFLOW 0x020000 |
| 3 | 7 | #define FE_OVERFLOW 0x040000 |
| ... | ... | @@ -10,6 +14,7 @@ |
| 10 | 14 | #define FE_TOWARDZERO 0x100 |
| 11 | 15 | #define FE_UPWARD 0x200 |
| 12 | 16 | #define FE_DOWNWARD 0x300 |
| 17 | #endif | |
| 13 | 18 | |
| 14 | 19 | typedef unsigned fexcept_t; |
| 15 | 20 | |
| ... | ... | @@ -17,4 +22,4 @@ typedef struct { |
| 17 | 22 | 	unsigned __cw; |
| 18 | 23 | } fenv_t; |
| 19 | 24 | |
| 20 | #define FE_DFL_ENV ((const fenv_t *) -1) | |
| \ No newline at end of file | ||
| 25 | #define FE_DFL_ENV ((const fenv_t *) -1) |