From: caiyinyu Date: Mon, 23 Oct 2023 07:53:38 +0000 (+0800) Subject: LoongArch: Update hwcap.h to sync with LoongArch kernel. X-Git-Tag: glibc-2.39~333 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83c081f73e996479e752cd7041b613aec8b0d23c;p=thirdparty%2Fglibc.git LoongArch: Update hwcap.h to sync with LoongArch kernel. --- diff --git a/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h b/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h index 5104b69cbca..7acec23d9c1 100644 --- a/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h +++ b/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h @@ -35,3 +35,4 @@ #define HWCAP_LOONGARCH_LBT_X86 (1 << 10) #define HWCAP_LOONGARCH_LBT_ARM (1 << 11) #define HWCAP_LOONGARCH_LBT_MIPS (1 << 12) +#define HWCAP_LOONGARCH_PTW (1 << 13)