mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.h
This commit is contained in:
@@ -99,3 +99,4 @@
|
|||||||
#define HWCAP2_SME_B16B16 (1UL << 41)
|
#define HWCAP2_SME_B16B16 (1UL << 41)
|
||||||
#define HWCAP2_SME_F16F16 (1UL << 42)
|
#define HWCAP2_SME_F16F16 (1UL << 42)
|
||||||
#define HWCAP2_MOPS (1UL << 43)
|
#define HWCAP2_MOPS (1UL << 43)
|
||||||
|
#define HWCAP2_HBC (1UL << 44)
|
||||||
|
Reference in New Issue
Block a user