mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.Target: bump amdhsa max version to 6.4.2
This commit is contained in:
parent
afe458e9b6
commit
5b74d33471
@ -614,7 +614,7 @@ pub const Os = struct {
|
||||
.amdhsa => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 5, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 6, .minor = 4, .patch = 0 },
|
||||
.max = .{ .major = 6, .minor = 4, .patch = 2 },
|
||||
},
|
||||
},
|
||||
.amdpal => .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user