| author | |
| committer | |
| log | 9ff60e356ec5be9c3e547d0db2b55bba88c0acbd |
| tree | b1792ab3ec68b74c535a5ad151925d370dab2ad8 |
| parent | e90a42a80844f49e8755ab92d1c082e9ac906dee |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/target.zig+1-1| ... | ... | @@ -1157,7 +1157,7 @@ pub const Target = struct { |
| 1157 | 1157 | }; |
| 1158 | 1158 | } |
| 1159 | 1159 | |
| 1160 | /// Returns whether this architecture supporst the address space | |
| 1160 | /// Returns whether this architecture supports the address space | |
| 1161 | 1161 | pub fn supportsAddressSpace(arch: Arch, address_space: std.builtin.AddressSpace) bool { |
| 1162 | 1162 | const is_nvptx = arch == .nvptx or arch == .nvptx64; |
| 1163 | 1163 | return switch (address_space) { |