linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.h

This commit is contained in:
Adhemerval Zanella 2023-10-31 13:32:37 -03:00
parent 10b4c8b96f
commit 9b3cb0277e

View File

@ -99,3 +99,4 @@
#define HWCAP2_SME_B16B16 (1UL << 41)
#define HWCAP2_SME_F16F16 (1UL << 42)
#define HWCAP2_MOPS (1UL << 43)
#define HWCAP2_HBC (1UL << 44)