public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.h
@ 2024-06-04 12:25 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2024-06-04 12:25 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1d441791cbea02b0261579f0332a7a85c21e2a3f

commit 1d441791cbea02b0261579f0332a7a85c21e2a3f
Author: Joseph Myers <josmyers@redhat.com>
Date:   Tue Jun 4 12:25:05 2024 +0000

    Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.h
    
    Linux 6.9 adds 15 new HWCAP2_* values for AArch64; add them to
    bits/hwcap.h in glibc.
    
    Tested with build-many-glibcs.py for aarch64-linux-gnu.

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

diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index f82bde5d30..8dceaa1a52 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
@@ -103,3 +103,18 @@
 #define HWCAP2_SVE_B16B16	(1UL << 45)
 #define HWCAP2_LRCPC3		(1UL << 46)
 #define HWCAP2_LSE128		(1UL << 47)
+#define HWCAP2_FPMR		(1UL << 48)
+#define HWCAP2_LUT		(1UL << 49)
+#define HWCAP2_FAMINMAX		(1UL << 50)
+#define HWCAP2_F8CVT		(1UL << 51)
+#define HWCAP2_F8FMA		(1UL << 52)
+#define HWCAP2_F8DP4		(1UL << 53)
+#define HWCAP2_F8DP2		(1UL << 54)
+#define HWCAP2_F8E4M3		(1UL << 55)
+#define HWCAP2_F8E5M2		(1UL << 56)
+#define HWCAP2_SME_LUTV2	(1UL << 57)
+#define HWCAP2_SME_F8F16	(1UL << 58)
+#define HWCAP2_SME_F8F32	(1UL << 59)
+#define HWCAP2_SME_SF8FMA	(1UL << 60)
+#define HWCAP2_SME_SF8DP4	(1UL << 61)
+#define HWCAP2_SME_SF8DP2	(1UL << 62)

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

only message in thread, other threads:[~2024-06-04 12:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-04 12:25 [glibc] Add new AArch64 HWCAP2 definitions from Linux 6.9 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).