spirv: shlWithOverflow

This commit is contained in:
Robin Voetter
2024-01-16 23:06:15 +01:00
parent 15cf5f88c1
commit 2f815853dc
3 changed files with 104 additions and 33 deletions

View File

@@ -1328,8 +1328,6 @@ fn testShlTrunc(x: u16) !void {
}
test "exact shift left" {
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
try testShlExact(0b00110101);
try comptime testShlExact(0b00110101);