mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Target: bump amdhsa max version to 7.1.0
This commit is contained in:
parent
27c949689e
commit
802ee515d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue