Find a file
Trevor Gross 8db5ff73e6 Rename EXP_MAX to EXP_SAT
`EXP_MAX` sounds like it would be the maximum value representable by
that float type's exponent, rather than the maximum unsigned value of
its bits. Clarify this by renaming to `EXP_SAT`, the "saturated"
exponent representation.
2025-01-31 07:15:14 -06:00
library/compiler-builtins/libm Rename EXP_MAX to EXP_SAT 2025-01-31 07:15:14 -06:00