mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-11 09:57:08 -04:00
5667ab7dcd
- Some opcodes have the incorrect value set in std. - Some opcodes were missing and have now been added to std. - Adding wrapping operands for add,sub and mul. - Implement intCast which either extends or shortens the type.