restoring read/write values of runtime
All checks were successful
Build / build (push) Successful in 1m39s
Test / build (push) Successful in 4m59s

This commit is contained in:
2026-02-08 19:19:42 +01:00
parent 61513f20d5
commit ac4f41ddd4
2 changed files with 58 additions and 67 deletions

View File

@@ -50,6 +50,7 @@ pub const case = struct {
pub fn expectOutputWithInput(comptime T: type, comptime len: usize, source: []const u32, output_name: []const u8, expected: []const T, input_name: []const u8, input: []const T) !void {
const allocator = std.testing.allocator;
// To test with all important module options
const module_options = [_]spv.Module.ModuleOptions{
.{
.use_simd_vectors_specializations = true,