mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-21 08:02:03 -04:00
474017b43d
this fixes the compile error that was happening when T=u128,
because value is always a f128, and maxInt(u128) is too large to coerce
and compare ("error: type 'f128' cannot represent integer value")