pub unsafe extern "C" fn proc_get_all_feature_bits() -> *mut features_tExpand description
Returns all 4 32-bit feature values on X86 and architectural feature registers’ values on AArch64. Use proc_has_feature() to test for specific features.
pub unsafe extern "C" fn proc_get_all_feature_bits() -> *mut features_tReturns all 4 32-bit feature values on X86 and architectural feature registers’ values on AArch64. Use proc_has_feature() to test for specific features.