Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.h

Linux 6.7 adds three new HWCAP2_* values for AArch64; add them to
bits/hwcap.h in glibc.
This commit is contained in:
Joseph Myers 2024-02-08 01:39:09 +00:00
parent fa3eb7d5e7
commit 284b928321

View File

@ -100,3 +100,6 @@
#define HWCAP2_SME_F16F16 (1UL << 42)
#define HWCAP2_MOPS (1UL << 43)
#define HWCAP2_HBC (1UL << 44)
#define HWCAP2_SVE_B16B16 (1UL << 45)
#define HWCAP2_LRCPC3 (1UL << 46)
#define HWCAP2_LSE128 (1UL << 47)