mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
update_cpu_features: bump branch quota for amdgcn
/lib/std/Target/amdgcn.zig:1656:5: error: evaluation exceeded 1000 backwards branches
for (&result, 0..) |*elem, i| {
^~~
This commit is contained in:
parent
5739ce786e
commit
94f95fefe3
1 changed files with 1 additions and 0 deletions
|
|
@ -399,6 +399,7 @@ const targets = [_]ArchTarget{
|
|||
.name = "AMDGPU",
|
||||
.td_name = "AMDGPU",
|
||||
},
|
||||
.branch_quota = 2000,
|
||||
.feature_overrides = &.{
|
||||
.{
|
||||
.llvm_name = "DumpCode",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue