| #
118100d9 |
| 12-May-2024 |
riastradh <riastradh@NetBSD.org> |
riscv fenv.h: Make sure FE_* exception constants have type int.
This may not be formally required by the standard, but the values must be representable by int since that's the type that functions li
riscv fenv.h: Make sure FE_* exception constants have type int.
This may not be formally required by the standard, but the values must be representable by int since that's the type that functions like fetestexcept and feclearexcept traffic in. And this is less work than changing all the printf %d users in tree.
show more ...
|