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
if ! (ensure grep '^Features' /proc/cpuinfo | grep -E -q 'neon|simd') ; then
# Either `/proc/cpuinfo` is malformed or unavailable, or
# at least one processor does not have NEON (which is asimd on armv8+).
_cputype=arm
fi
The text was updated successfully, but these errors were encountered:
Lots of improvements to downstream from https://sh.rustup.rs
Notably this (astral-sh/uv#12780):
The text was updated successfully, but these errors were encountered: