diff options
| author | Robin Voetter <robin@voetter.nl> | 2022-08-06 18:22:56 +0200 |
|---|---|---|
| committer | Robin Voetter <robin@voetter.nl> | 2022-10-12 20:34:41 +0200 |
| commit | 6b69dcfdd28145791da43979474fec29a13e24d0 (patch) | |
| tree | 35417291ba915132c681149fef4ca20094951ffb /lib/std | |
| parent | 5dd3d17c201f83b853fa1f1bf5e459fb1582c3cf (diff) | |
| download | zig-6b69dcfdd28145791da43979474fec29a13e24d0.tar.gz zig-6b69dcfdd28145791da43979474fec29a13e24d0.zip | |
amdgpu: add AmdgpuKernel calling convention
Diffstat (limited to 'lib/std')
| -rw-r--r-- | lib/std/builtin.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/builtin.zig b/lib/std/builtin.zig index a2d3bcd870..87e8e90df8 100644 --- a/lib/std/builtin.zig +++ b/lib/std/builtin.zig @@ -157,6 +157,7 @@ pub const CallingConvention = enum { SysV, Win64, PtxKernel, + AmdgpuKernel, }; /// This data structure is used by the Zig language code generation and |
