mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-02 13:58:45 -04:00
163a8e98bc
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.