You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2024. It is now read-only.
Do not fallback to "arm" in rustup-init.sh on aarch64 with 32-bit userland
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.
0 commit comments