Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.h
authorJoseph Myers <joseph@codesourcery.com>
Wed, 12 Oct 2022 14:28:14 +0000 (14:28 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 12 Oct 2022 14:28:14 +0000 (14:28 +0000)
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.

sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h

index 07cb962..25a2205 100644 (file)
@@ -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)