public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add AArch64 HWCAP2 values from Linux 6.2 to bits/hwcap.h
@ 2023-02-28 15:57 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2023-02-28 15:57 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=59a6d5e9477695c41d6feef7ef8636f8f744f3c5

commit 59a6d5e9477695c41d6feef7ef8636f8f744f3c5
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Feb 28 15:57:40 2023 +0000

    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.

Diff:
---
 sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 3 +++
 1 file changed, 3 insertions(+)

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-28 15:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 15:57 [glibc] Add AArch64 HWCAP2 values from Linux 6.2 to bits/hwcap.h Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).