mirror of
https://github.com/ziglang/zig.git
synced 2026-03-14 15:21:35 +00:00
This was incorrectly translated as a u64. binary_exponent is an unadjusted value so can be negative. In becomes unconditionally positive when adding the bias.