| author | |
| committer | |
| log | 4d4a023042f7a60fe0cac618df1d7e98cbb322a4 |
| tree | 2d6bd4152d5f54807f9ed79f0fef6d5f5ccdd4cb |
| parent | eb4539a27d72defc2f90a0b164a5d7f27df79ea7 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | @@ -714,7 +714,7 @@ pub const Abi = enum { | ... | @@ -714,7 +714,7 @@ pub const Abi = enum { |
| 714 | .emscripten, | 714 | .emscripten, |
| 715 | => .musl, | 715 | => .musl, |
| 716 | .liteos => .ohos, | 716 | .liteos => .ohos, |
| 717 | .opencl, // TODO: SPIR-V ABIs with Linkage capability | 717 | .opencl, |
| 718 | .opengl, | 718 | .opengl, |
| 719 | .vulkan, | 719 | .vulkan, |
| 720 | .plan9, // TODO specify abi | 720 | .plan9, // TODO specify abi |