From 64f99f36a6d960a97d241c3235653c464f7ac6b2 Mon Sep 17 00:00:00 2001 From: Robin Voetter Date: Thu, 18 May 2023 19:25:52 +0200 Subject: spirv: ptr_add Implements the ptr_add air tag for spirv. The implementation for slices is probably wrong, but there seems to be no test for this... --- test/behavior/basic.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'test/behavior/basic.zig') diff --git a/test/behavior/basic.zig b/test/behavior/basic.zig index 9fced18915..7f9e2ae78a 100644 --- a/test/behavior/basic.zig +++ b/test/behavior/basic.zig @@ -751,7 +751,6 @@ fn maybe(x: bool) anyerror!?u32 { test "auto created variables have correct alignment" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; const S = struct { fn foo(str: [*]const u8) u32 { -- cgit v1.2.3