| ... | @@ -473,6 +473,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -473,6 +473,7 @@ pub fn build(b: *std.Build) !void { |
| 473 | .linux => switch (b.graph.host.result.cpu.arch) { | 473 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 474 | .aarch64 => 659_809_075, | 474 | .aarch64 => 659_809_075, |
| 475 | .loongarch64 => 598_902_374, | 475 | .loongarch64 => 598_902_374, |
| | 476 | .powerpc64le => 550_656_409, |
| 476 | .riscv64 => 731_258_880, | 477 | .riscv64 => 731_258_880, |
| 477 | .s390x => 580_596_121, | 478 | .s390x => 580_596_121, |
| 478 | .x86_64 => 3_290_894_745, | 479 | .x86_64 => 3_290_894_745, |
| ... | @@ -520,6 +521,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -520,6 +521,7 @@ pub fn build(b: *std.Build) !void { |
| 520 | .linux => switch (b.graph.host.result.cpu.arch) { | 521 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 521 | .aarch64 => 639_565_414, | 522 | .aarch64 => 639_565_414, |
| 522 | .loongarch64 => 598_884_352, | 523 | .loongarch64 => 598_884_352, |
| | 524 | .powerpc64le => 597_897_625, |
| 523 | .riscv64 => 636_429_516, | 525 | .riscv64 => 636_429_516, |
| 524 | .s390x => 574_166_630, | 526 | .s390x => 574_166_630, |
| 525 | .x86_64 => 868_445_388, | 527 | .x86_64 => 868_445_388, |
| ... | @@ -567,6 +569,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -567,6 +569,7 @@ pub fn build(b: *std.Build) !void { |
| 567 | .linux => switch (b.graph.host.result.cpu.arch) { | 569 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 568 | .aarch64 => 615_302_758, | 570 | .aarch64 => 615_302_758, |
| 569 | .loongarch64 => 598_974_464, | 571 | .loongarch64 => 598_974_464, |
| | 572 | .powerpc64le => 587_845_632, |
| 570 | .riscv64 => 382_786_764, | 573 | .riscv64 => 382_786_764, |
| 571 | .s390x => 395_555_635, | 574 | .s390x => 395_555_635, |
| 572 | .x86_64 => 871_883_161, | 575 | .x86_64 => 871_883_161, |
| ... | @@ -613,6 +616,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -613,6 +616,7 @@ pub fn build(b: *std.Build) !void { |
| 613 | .linux => switch (b.graph.host.result.cpu.arch) { | 616 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 614 | .aarch64 => 6_732_817_203, | 617 | .aarch64 => 6_732_817_203, |
| 615 | .loongarch64 => 3_216_349_593, | 618 | .loongarch64 => 3_216_349_593, |
| | 619 | .powerpc64le => 3_090_179_276, |
| 616 | .riscv64 => 3_570_899_763, | 620 | .riscv64 => 3_570_899_763, |
| 617 | .s390x => 3_652_514_201, | 621 | .s390x => 3_652_514_201, |
| 618 | .x86_64 => 3_249_546_854, | 622 | .x86_64 => 3_249_546_854, |
| ... | @@ -651,6 +655,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -651,6 +655,7 @@ pub fn build(b: *std.Build) !void { |
| 651 | .linux => switch (b.graph.host.result.cpu.arch) { | 655 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 652 | .aarch64 => 1_991_934_771, | 656 | .aarch64 => 1_991_934_771, |
| 653 | .loongarch64 => 1_844_538_572, | 657 | .loongarch64 => 1_844_538_572, |
| | 658 | .powerpc64le => 1_793_035_059, |
| 654 | .riscv64 => 2_459_003_289, | 659 | .riscv64 => 2_459_003_289, |
| 655 | .s390x => 1_781_248_409, | 660 | .s390x => 1_781_248_409, |
| 656 | .x86_64 => 977_192_550, | 661 | .x86_64 => 977_192_550, |
| ... | @@ -699,6 +704,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -699,6 +704,7 @@ pub fn build(b: *std.Build) !void { |
| 699 | .linux => switch (b.graph.host.result.cpu.arch) { | 704 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 700 | .aarch64 => 1_318_185_369, | 705 | .aarch64 => 1_318_185_369, |
| 701 | .loongarch64 => 1_422_904_524, | 706 | .loongarch64 => 1_422_904_524, |
| | 707 | .powerpc64le => 560_870_604, |
| 702 | .riscv64 => 449_924_710, | 708 | .riscv64 => 449_924_710, |
| 703 | .s390x => 1_946_743_603, | 709 | .s390x => 1_946_743_603, |
| 704 | .x86_64 => 2_139_993_292, | 710 | .x86_64 => 2_139_993_292, |
| ... | @@ -877,6 +883,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Ste | ... | @@ -877,6 +883,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Ste |
| 877 | .linux => switch (b.graph.host.result.cpu.arch) { | 883 | .linux => switch (b.graph.host.result.cpu.arch) { |
| 878 | .aarch64 => 6_240_805_683, | 884 | .aarch64 => 6_240_805_683, |
| 879 | .loongarch64 => 5_024_158_515, | 885 | .loongarch64 => 5_024_158_515, |
| | 886 | .powerpc64le => 5_224_914_534, |
| 880 | .riscv64 => 6_996_309_196, | 887 | .riscv64 => 6_996_309_196, |
| 881 | .s390x => 4_997_174_476, | 888 | .s390x => 4_997_174_476, |
| 882 | .x86_64 => 6_664_025_702, | 889 | .x86_64 => 6_664_025_702, |