From: Joseph Myers Date: Fri, 20 Dec 2024 11:47:03 +0000 (+0000) Subject: Add HWCAP_LOONGARCH_LSPW from Linux 6.12 to bits/hwcap.h X-Git-Tag: glibc-2.41~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37d9618492b53f0b0e60d498da903602377a24cd;p=thirdparty%2Fglibc.git Add HWCAP_LOONGARCH_LSPW from Linux 6.12 to bits/hwcap.h Add the new Linux 6.12 HWCAP_LOONGARCH_LSPW to the corresponding bits/hwcap.h. Tested with build-many-glibcs.py for loongarch64-linux-gnu-lp64d. --- diff --git a/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h b/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h index 16d17faecd..fa843f3b8e 100644 --- a/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h +++ b/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h @@ -36,3 +36,4 @@ #define HWCAP_LOONGARCH_LBT_ARM (1 << 11) #define HWCAP_LOONGARCH_LBT_MIPS (1 << 12) #define HWCAP_LOONGARCH_PTW (1 << 13) +#define HWCAP_LOONGARCH_LSPW (1 << 14)