pub fn linux_hwcap() -> (usize, usize)
param
(getauxval(AT_HWCAP), getauxval(AT_HWCAP2)—Returns the Linux “hwcap” data.
(getauxval(AT_HWCAP), getauxval(AT_HWCAP2)
Return the Linux AT_HWCAP and AT_HWCAP2 values passed to the current process. Returns 0 for each value if it is not available.
AT_HWCAP
AT_HWCAP2