mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.h
This commit is contained in:
parent
10b4c8b96f
commit
9b3cb0277e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user