Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.h
authorJoseph Myers <joseph@codesourcery.com>
Tue, 10 Jan 2023 15:51:58 +0000 (15:51 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 10 Jan 2023 15:51:58 +0000 (15:51 +0000)
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.

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

index d5231ad..bc1b3ea 100644 (file)
@@ -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)