aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorJoseph Myers <josmyers@redhat.com>2024-12-20 11:47:03 +0000
committerJoseph Myers <josmyers@redhat.com>2024-12-20 11:47:03 +0000
commit37d9618492b53f0b0e60d498da903602377a24cd (patch)
treea822a0120055e799108ec984cb8392c7fe049a80 /sysdeps
parentfbdd8b3fa8077ad5377de5e65f7f21957193e6b8 (diff)
downloadglibc-37d9618492b53f0b0e60d498da903602377a24cd.zip
glibc-37d9618492b53f0b0e60d498da903602377a24cd.tar.gz
glibc-37d9618492b53f0b0e60d498da903602377a24cd.tar.bz2
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.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h b/sysdeps/unix/sysv/linux/loongarch/bits/hwcap.h
index 16d17fa..fa843f3 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)