From: Joseph Myers Date: Tue, 17 Oct 2023 13:13:27 +0000 (+0000) Subject: Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h X-Git-Tag: glibc-2.39~367 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff5d2abd18629e0efac41e31699cdff3be0e08fa;p=thirdparty%2Fglibc.git Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h 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 55c7ed39bea..b251c2d4171 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)