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