about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2023-02-28 15:57:40 +0000
committerJoseph Myers <joseph@codesourcery.com>2023-02-28 15:57:40 +0000
commit59a6d5e9477695c41d6feef7ef8636f8f744f3c5 (patch)
treeda1fc9d1326ec3e37b1d6abd0291aec48840c097 /sysdeps/unix
parent675bdaeeca74a28c269b05417e15fb49aa24cc1d (diff)
downloadglibc-59a6d5e9477695c41d6feef7ef8636f8f744f3c5.tar.gz
glibc-59a6d5e9477695c41d6feef7ef8636f8f744f3c5.tar.xz
glibc-59a6d5e9477695c41d6feef7ef8636f8f744f3c5.zip
Add AArch64 HWCAP2 values from Linux 6.2 to bits/hwcap.h
Linux 6.2 adds three new AArch64 HWCAP2 values; add them to glibc's
AArch64 bits/hwcap.h.

Tested with build-many-glibcs.py for aarch64-linux-gnu.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index bc1b3eaba4..69b2b43140 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
@@ -89,3 +89,6 @@
 #define HWCAP2_WFXT		(1UL << 31)
 #define HWCAP2_EBF16		(1UL << 32)
 #define HWCAP2_SVE_EBF16	(1UL << 33)
+#define HWCAP2_CSSC		(1UL << 34)
+#define HWCAP2_RPRFM		(1UL << 35)
+#define HWCAP2_SVE2P1		(1UL << 36)