`ExpInt` is likely to only have performance benefits on 16-bit platforms, but makes working with the exponent more difficult. It seems like a worthwhile tradeoff to instead just use `i32`, so do that here. |
||
|---|---|---|
| .. | ||
| compiler-builtins/libm | ||
`ExpInt` is likely to only have performance benefits on 16-bit platforms, but makes working with the exponent more difficult. It seems like a worthwhile tradeoff to instead just use `i32`, so do that here. |
||
|---|---|---|
| .. | ||
| compiler-builtins/libm | ||