Function rustix::process::linux_hwcap[][src]

pub fn linux_hwcap() -> (usize, usize)
Expand description

(getauxval(AT_HWCAP), getauxval(AT_HWCAP2)—Returns the Linux “hwcap” data.

Return the Linux AT_HWCAP and AT_HWCAP2 values passed to the current process.

References