Changeset 8f9e533 for general/prog


Ignore:
Timestamp:
03/27/2023 04:15:43 AM (15 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
eff86d9
Parents:
6dc20c13
Message:

Update to rust-1.68.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r6dc20c13 r8f9e533  
    77  <!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.xz">
    88  <!ENTITY rust-download-ftp  " ">
    9   <!ENTITY rust-md5sum        "e0c4908ceb01945930da218d172a21ba">
    10   <!ENTITY rust-size          "142 MB">
    11   <!ENTITY rust-buildsize     "7.4 GB (309 MB installed); add 6.9 GB if running the tests">
    12   <!ENTITY rust-time          "13 SBU (including download time; add 16 SBU for tests, both using parallelism=4)">
     9  <!ENTITY rust-md5sum        "3b94faca83c0c56f2d04ea3b3a22699b">
     10  <!ENTITY rust-size          "141 MB">
     11  <!ENTITY rust-buildsize     "8.9 GB (308 MB installed); add 7.2 GB if running the tests">
     12  <!ENTITY rust-time          "24 SBU (including download time; add 17 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    202202    <note>
    203203      <para>
    204         Currently Rust compiler produces SSE2 instructions for 32-bit x86,
    205         causing the generated code broken on 32-bit systems without a
     204        Currently the rust compiler produces SSE2 instructions for 32-bit x86,
     205        causing the generated code to be broken on 32-bit systems without a
    206206        SSE2-capable processor.  All x86 processor models released after
    207207        2004 should be SSE2-capable.  Run
Note: See TracChangeset for help on using the changeset viewer.