]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
aarch64: Add HWCAP_GCS
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 13 Jul 2023 05:43:33 +0000 (06:43 +0100)
committerYury Khrustalev <yury.khrustalev@arm.com>
Thu, 10 Oct 2024 12:40:34 +0000 (13:40 +0100)
Use upper 32 bits of HWCAP.

sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h

index 8dceaa1a522fd43a954787d7eaa4362d92102c0a..9c4f4f46d1b014d767a60d5ba8daf15b9c8b88ac 100644 (file)
@@ -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)