aboutsummaryrefslogtreecommitdiff
path: root/src/type.zig
diff options
context:
space:
mode:
authorRobin Voetter <robin@voetter.nl>2021-01-17 16:18:00 +0100
committerRobin Voetter <robin@voetter.nl>2021-01-19 15:28:17 +0100
commitab607d455e47c35b980c3281ef5c3fb433a770a7 (patch)
tree061c85fb946c1dc9693c5912ae6336e27ffb58cc /src/type.zig
parent9a6babf482047042d71d3d390933e08b7fb7c925 (diff)
downloadzig-ab607d455e47c35b980c3281ef5c3fb433a770a7.tar.gz
zig-ab607d455e47c35b980c3281ef5c3fb433a770a7.zip
SPIR-V: Initial architecture definitions and setup
Diffstat (limited to 'src/type.zig')
-rw-r--r--src/type.zig1
1 files changed, 1 insertions, 0 deletions
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"),
}
}