mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
std.Target: Update supported AMD ROCm version range.
This commit is contained in:
parent
b3977695bd
commit
3af2594df5
1 changed files with 2 additions and 2 deletions
|
|
@ -605,8 +605,8 @@ pub const Os = struct {
|
|||
|
||||
.amdhsa => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 5, .minor = 0, .patch = 2 },
|
||||
.max = .{ .major = 6, .minor = 3, .patch = 0 },
|
||||
.min = .{ .major = 5, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 6, .minor = 4, .patch = 0 },
|
||||
},
|
||||
},
|
||||
.amdpal => .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue