public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h
@ 2023-10-17  9:52 Wilco Dijkstra
  0 siblings, 0 replies; 3+ messages in thread
From: Wilco Dijkstra @ 2023-10-17  9:52 UTC (permalink / raw)
  To: Joseph Myers; +Cc: 'GNU C Library'

Hi Joseph,

> Linux 6.5 adds a new AArch64 HWCAP2 value, HWCAP2_MOPS.  Add it to
> glibc's bits/hwcap.h.

> +#define HWCAP2_MOPS		(1UL << 43)

Looks good to me, thanks!

Cheers,
Wilco

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h
  2023-10-16 22:43 Joseph Myers
@ 2023-10-17 11:02 ` Szabolcs Nagy
  0 siblings, 0 replies; 3+ messages in thread
From: Szabolcs Nagy @ 2023-10-17 11:02 UTC (permalink / raw)
  To: Joseph Myers, libc-alpha

The 10/16/2023 22:43, Joseph Myers wrote:
> 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.

ok to commit, thanks.

> 
> 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)
> 
> -- 
> Joseph S. Myers
> joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h
@ 2023-10-16 22:43 Joseph Myers
  2023-10-17 11:02 ` Szabolcs Nagy
  0 siblings, 1 reply; 3+ messages in thread
From: Joseph Myers @ 2023-10-16 22:43 UTC (permalink / raw)
  To: libc-alpha

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.

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)

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-17 11:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-17  9:52 Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h Wilco Dijkstra
  -- strict thread matches above, loose matches on Subject: below --
2023-10-16 22:43 Joseph Myers
2023-10-17 11:02 ` Szabolcs Nagy

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