adding OpFMul
All checks were successful
Test / build (push) Successful in 46s
Build / build (push) Successful in 58s

This commit is contained in:
2026-01-12 16:59:53 +01:00
parent 8a79e8316d
commit 14e802709c
7 changed files with 90 additions and 37 deletions

View File

@@ -17,7 +17,7 @@ pub fn build(b: *std.Build) void {
.name = "spirv_interpreter",
.root_module = mod,
.linkage = .dynamic,
.use_llvm = true,
//.use_llvm = true,
});
const lib_install = b.addInstallArtifact(lib, .{});