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.
This commit is contained in:
Joseph Myers 2024-12-20 11:47:03 +00:00
parent fbdd8b3fa8
commit 37d9618492

View file

@ -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)