Not to argue with this, just a FYI: Tests (at least one in libcoretest) will fail once you get rust to compile on i586 hardware. i686 is the earliest hardware with SSE2. That's not simply a performance boost, it also affects the correctness of floating point calculations: pre-SSE2, basic arithmetic operations are sometimes rounded incorrectly. There has been some discussion about how to deal with this and similar problems, but so far there is neither consensus nor an implementation.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Perfecting Rust Packaging | 73 | 22925 | March 25, 2019 | |
How to distro-package a (Cargo-using) Rust executable? | 5 | 4726 | March 25, 2019 | |
Debian Rust Packaging Policy (draft)
|
19 | 7606 | March 25, 2019 | |
Package Repository Alternate Install for rustup | 8 | 2187 | March 25, 2019 | |
Packaging rustup for distros
|
15 | 2105 | May 12, 2023 |