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:
Alex Rønne Petersen 2025-07-16 13:05:36 +02:00
parent 5739ce786e
commit 94f95fefe3
No known key found for this signature in database

View file

@ -399,6 +399,7 @@ const targets = [_]ArchTarget{
.name = "AMDGPU",
.td_name = "AMDGPU",
},
.branch_quota = 2000,
.feature_overrides = &.{
.{
.llvm_name = "DumpCode",