Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not fallback to "arm" in rustup-init.sh on aarch64 with 32-bit use…
…rland On aarch64, neon will not be present in /proc/cpuinfo, instead asimd is there. Previously, we'd fall back to arm when running with a 32-bit userland, even though armv7 is perfectly appropriate in this case. This would then run into the issue described in rust-lang/rust#58414 with "CP15 barrier emulation". This PR fixes that.
- Loading branch information