stage2 AArch64: replace genMulConstant with binOp

This commit is contained in:
joachimschmidt557
2022-02-20 19:14:04 +01:00
parent 19c683fab0
commit ec62e76455
3 changed files with 47 additions and 75 deletions

View File

@@ -8,7 +8,6 @@ test "@bitReverse large exotic integer" {
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
// Currently failing on stage1 for big-endian targets
if (builtin.zig_backend == .stage1) return error.SkipZigTest;