public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/release/2.38/master] Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h
@ 2024-04-10 13:04 Wilco Dijkstra
  0 siblings, 0 replies; only message in thread
From: Wilco Dijkstra @ 2024-04-10 13:04 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5456ff5d80e45741a73cf9fa792d789a1ed17a09

commit 5456ff5d80e45741a73cf9fa792d789a1ed17a09
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Oct 17 13:13:27 2023 +0000

    Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h
    
    Linux 6.5 adds a new AArch64 HWCAP2 value, HWCAP2_MOPS.  Add it to
    glibc's bits/hwcap.h.
    
    Tested with build-many-glibcs.py for aarch64-linux-gnu.
    
    (cherry picked from commit ff5d2abd18629e0efac41e31699cdff3be0e08fa)

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

diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index 55c7ed39be..b251c2d417 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
@@ -98,3 +98,4 @@
 #define HWCAP2_SME_BI32I32	(1UL << 40)
 #define HWCAP2_SME_B16B16	(1UL << 41)
 #define HWCAP2_SME_F16F16	(1UL << 42)
+#define HWCAP2_MOPS		(1UL << 43)

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

only message in thread, other threads:[~2024-04-10 13:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-10 13:04 [glibc/release/2.38/master] Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h Wilco Dijkstra

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).