aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2023-10-17 13:13:27 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-04-18 09:30:57 +1100
commit04182a3e8e06de553a61e3dce0afdaacb460b23a (patch)
tree26c83173b23f0df4911ee7961f8d28a6cb78c5e2
parentLoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbf (diff)
downloadglibc-04182a3e8e06de553a61e3dce0afdaacb460b23a.tar.gz
glibc-04182a3e8e06de553a61e3dce0afdaacb460b23a.tar.bz2
glibc-04182a3e8e06de553a61e3dce0afdaacb460b23a.zip
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. (cherry picked from commit ff5d2abd18629e0efac41e31699cdff3be0e08fa) (cherry picked from commit 5456ff5d80e45741a73cf9fa792d789a1ed17a09)
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index 55c7ed39be..b251c2d417 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)