x86_64: implement integer @reduce(.Add)
This commit is contained in:
@@ -970,7 +970,6 @@ test "store array of array of structs at comptime" {
|
||||
}
|
||||
|
||||
test "accessing multidimensional global array at comptime" {
|
||||
if (builtin.zig_backend == .stage2_x86) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
|
||||
|
||||
Reference in New Issue
Block a user