From ab607d455e47c35b980c3281ef5c3fb433a770a7 Mon Sep 17 00:00:00 2001 From: Robin Voetter Date: Sun, 17 Jan 2021 16:18:00 +0100 Subject: SPIR-V: Initial architecture definitions and setup --- src/type.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/type.zig') diff --git a/src/type.zig b/src/type.zig index be61f57c1d..cb2448aa1a 100644 --- a/src/type.zig +++ b/src/type.zig @@ -3597,6 +3597,7 @@ pub const CType = enum { .amdpal, .hermit, .hurd, + .opencl, => @panic("TODO specify the C integer and float type sizes for this OS"), } } -- cgit v1.2.3