mirror of
https://github.com/ziglang/zig.git
synced 2026-03-12 14:19:55 +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.