]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add HWCAP_LOONGARCH_LSPW from Linux 6.12 to bits/hwcap.h
authorJoseph Myers <josmyers@redhat.com>
Fri, 20 Dec 2024 11:47:03 +0000 (11:47 +0000)
committerJoseph Myers <josmyers@redhat.com>
Fri, 20 Dec 2024 11:47:03 +0000 (11:47 +0000)
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.

sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h

index 16d17faecdedb1e26f5a7042c5822fb0e2b05726..fa843f3b8ec4fa95942c78d357a0e81836cec137 100644 (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)