stage2 ARM: implement addwrap, subwrap, mulwrap

This commit is contained in:
joachimschmidt557
2022-03-13 21:41:08 +01:00
parent 2412ac2c5f
commit dcc1de12b0
9 changed files with 36 additions and 16 deletions

View File

@@ -19,7 +19,6 @@ test "compare void with void compile time known" {
}
test "iterate over a void slice" {
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
var j: usize = 0;