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
cpufeatures: don't link std when linking libc (#1142)
On AArch64, we link the `libc` crate to provide access to system call
wrappers which can query available CPU features from the kernel, since
those calls are protected on that CPU architecture.
We don't need `std` though, and it seems we're inadvertently linking it
on Linux, Android, and macOS.
0 commit comments