| author | |
| committer | |
| log | 1d1ca8485454a4b14f20376aff532bfe7c959155 |
| tree | 80bf652177a3e97b98078014d7b02ed8849a6fb7 |
| parent | 4b16d81318fb9804a3f9703dda4673339777e924 |
| signature |
/home/alexrp/.cache/zig/b/18236e302af25e3fb99bc6a232ddc447/builtin.zig:6:5: error: TODO (SPIR-V): Implement unsigned composite int type of 64 bits
pub const zig_backend = std.builtin.CompilerBackend.stage2_spirv64;
~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1 files changed, 1 insertions(+), 0 deletions(-)
test/cases/spirv_mergable_pointers.zig+1| ... | @@ -14,3 +14,4 @@ export fn a() void { | ... | @@ -14,3 +14,4 @@ export fn a() void { |
| 14 | // output_mode=Obj | 14 | // output_mode=Obj |
| 15 | // backend=stage2 | 15 | // backend=stage2 |
| 16 | // target=spirv64-vulkan | 16 | // target=spirv64-vulkan |
| 17 | // emit_bin=false |