Function rustix::process::linux_hwcap
pub fn linux_hwcap() -> (usize, usize)
The portability is definied by:
#[cfg(any(linux_raw,
all(libc,
any(all(target_os = "android", target_pointer_width = "64"), target_os =
"linux"))))]