Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information