mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
These ifs were missing a case for f80 which should have shifted by one, but we can just compute the correct value instead. Also, we want the fractional bits to be a multiple of four, not the mantissa bits, since the mantissa could have a leading one which we want to be separated.