mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 21:38:33 +00:00
std.Target: bump amdhsa max version to 7.1.0
This commit is contained in:
parent
27c949689e
commit
802ee515d8
@ -614,7 +614,7 @@ pub const Os = struct {
|
||||
.amdhsa => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 5, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 6, .minor = 4, .patch = 2 },
|
||||
.max = .{ .major = 7, .minor = 1, .patch = 0 },
|
||||
},
|
||||
},
|
||||
.amdpal => .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user