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
HWCAP2 gets added on-demand for each architecture as they overflow
HWCAP, and for recent users (such as AArch64), we are likely to
encounter old kernels that do not provide HWCAP2.
A present-but-zero value is also likely in practice, since HWCAP2
naturally contains recent architectural features. `getauxval(AT_HWCAP2)`
cannot distinguish between absent and zero values, but to user-space
Rust the meaning is the same: the corresponding features are not
supported.
Change-Id: I3bbd55049d9ed0ae1687f91ec79d383eb8b94479
0 commit comments