mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
aarch64: Add HWCAP_GCS
Use upper 32 bits of HWCAP.
This commit is contained in:
parent
0e8738a48c
commit
01d2e29c10
@ -54,6 +54,7 @@
|
||||
#define HWCAP_SB (1 << 29)
|
||||
#define HWCAP_PACA (1 << 30)
|
||||
#define HWCAP_PACG (1UL << 31)
|
||||
#define HWCAP_GCS (1UL << 32)
|
||||
|
||||
#define HWCAP2_DCPODP (1 << 0)
|
||||
#define HWCAP2_SVE2 (1 << 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user