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
Do not fallback to "arm" in rustup-init.sh on aarch64 with 32-bit userland
aarch64 always has neon enabled, and thus it's not included in /proc/cpuinfo. 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