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: fix usage on Musl environments; add NEON support
The `libc` crate doesn't presently define Linux's `HWCAP_*` in
Musl-based environments:
rust-lang/libc#2171
This PR (temporarily) copies the presently supported `HWCAP_*` constants
directly into this crate.
Additionally, it adds support for the `neon` target feature.
0 commit comments