stage2 AArch64: enable mul for ints with <= 64 bits

This commit is contained in:
joachimschmidt557
2022-03-12 21:02:53 +01:00
parent 1f28c72c39
commit b74cd902c6
10 changed files with 4 additions and 24 deletions

View File

@@ -7,7 +7,6 @@ const expectEqual = testing.expectEqual;
test "array to slice" {
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
const a: u32 align(4) = 3;
const b: u32 align(8) = 4;