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 | 23076 | March 25, 2019 | |
Should Cargo be written in Rust? | 13 | 6999 | March 25, 2019 | |
Rust MSRV policy and Linux Distros | 36 | 5234 | December 22, 2024 | |
The rustbuild feature thread | 20 | 5750 | March 25, 2019 | |
Beta testing rustup.rs
|
203 | 64436 | March 25, 2019 |