mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-13 23:46:16 +01:00
std.Target.amdgcn.cpu.gfx1153 doesn't exist in LLVM 19.
This commit is contained in:
parent
aa013b7643
commit
a8844ab3bc
1 changed files with 0 additions and 1 deletions
|
|
@ -498,7 +498,6 @@ pub fn isDynamicAMDGCNFeature(target: std.Target, feature: std.Target.Cpu.Featur
|
|||
&std.Target.amdgcn.cpu.gfx1150,
|
||||
&std.Target.amdgcn.cpu.gfx1151,
|
||||
&std.Target.amdgcn.cpu.gfx1152,
|
||||
&std.Target.amdgcn.cpu.gfx1153,
|
||||
&std.Target.amdgcn.cpu.gfx1200,
|
||||
&std.Target.amdgcn.cpu.gfx1201,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue