public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.h
@ 2023-01-09 21:20 Joseph Myers
  2023-01-10 10:44 ` Szabolcs Nagy
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph Myers @ 2023-01-09 21:20 UTC (permalink / raw)
  To: libc-alpha

Linux 6.1 adds a new AArch64 HWCAP2 value HWCAP2_SVE_EBF16; add it to
the corresponding bits/hwcap.h.

Tested with build-many-glibcs.py for aarch64.

diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index d5231ad1bc..bc1b3eaba4 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
@@ -88,3 +88,4 @@
 #define HWCAP2_SME_FA64		(1 << 30)
 #define HWCAP2_WFXT		(1UL << 31)
 #define HWCAP2_EBF16		(1UL << 32)
+#define HWCAP2_SVE_EBF16	(1UL << 33)

-- 
Joseph S. Myers
joseph@codesourcery.com

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

* Re: Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.h
  2023-01-09 21:20 Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.h Joseph Myers
@ 2023-01-10 10:44 ` Szabolcs Nagy
  0 siblings, 0 replies; 2+ messages in thread
From: Szabolcs Nagy @ 2023-01-10 10:44 UTC (permalink / raw)
  To: Joseph Myers; +Cc: libc-alpha

The 01/09/2023 21:20, Joseph Myers wrote:
> Linux 6.1 adds a new AArch64 HWCAP2 value HWCAP2_SVE_EBF16; add it to
> the corresponding bits/hwcap.h.
> 
> Tested with build-many-glibcs.py for aarch64.

This can be committed.
thanks.

> 
> diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
> index d5231ad1bc..bc1b3eaba4 100644
> --- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
> +++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
> @@ -88,3 +88,4 @@
>  #define HWCAP2_SME_FA64		(1 << 30)
>  #define HWCAP2_WFXT		(1UL << 31)
>  #define HWCAP2_EBF16		(1UL << 32)
> +#define HWCAP2_SVE_EBF16	(1UL << 33)
> 
> -- 
> Joseph S. Myers
> joseph@codesourcery.com

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

end of thread, other threads:[~2023-01-10 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-09 21:20 Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.h Joseph Myers
2023-01-10 10:44 ` 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).