x86_64: fix cond_br

This commit is contained in:
Jacob Young
2023-10-27 01:40:14 -04:00
parent 42bca3e2ee
commit b0cf620fe3
11 changed files with 14 additions and 109 deletions
+1 -1
View File
@@ -436,7 +436,7 @@ pub fn prefixScan(comptime op: std.builtin.ReduceOp, comptime hop: isize, vec: a
}
test "vector prefix scan" {
if (@import("builtin").zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (comptime builtin.cpu.arch.isMIPS()) {
return error.SkipZigTest;