public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.h
@ 2022-10-12 14:28 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2022-10-12 14:28 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3bd18aa4d1d4c3d34d7033de3f3920cddab90008

commit 3bd18aa4d1d4c3d34d7033de3f3920cddab90008
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Oct 12 14:28:14 2022 +0000

    Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.h
    
    Linux 6.0 adds a new AArch64 HWCAP2 bit, HWCAP2_EBF16.  Add this to
    glibc's bits/hwcap.h.
    
    Tested with build-many-glibcs.py for aarch64-linux-gnu.

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 07cb962a7b..25a220525e 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
@@ -87,3 +87,4 @@
 #define HWCAP2_SME_F32F32	(1 << 29)
 #define HWCAP2_SME_FA64		(1 << 30)
 #define HWCAP2_WFXT		(1UL << 31)
+#define HWCAP2_EBF16		(1UL << 32)

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

only message in thread, other threads:[~2022-10-12 14:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 14:28 [glibc] Add AArch64 HWCAP2_EBF16 from Linux 6.0 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).