about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-11-17 14:03:04 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-11-17 14:03:04 +0000
commite7df6c5c79458dc042a8c967bafa6e8eca88ae0d (patch)
treebde8eaa5c3faf290449398983f451c044ee32f37 /sysdeps
parent58a813bf6e732211af53e690c92c14a50bb06e0e (diff)
downloadglibc-e7df6c5c79458dc042a8c967bafa6e8eca88ae0d.tar.gz
glibc-e7df6c5c79458dc042a8c967bafa6e8eca88ae0d.tar.xz
glibc-e7df6c5c79458dc042a8c967bafa6e8eca88ae0d.zip
Add AArch64 HWCAP_DCPOP from Linux 4.14.
This patch adds the HWCAP_DCPOP macro from Linux 4.14 to the AArch64
bits/hwcap.h.

Tested (compilation only) for aarch64 with build-many-glibcs.py.

	* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_DCPOP): New
	macro.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index 1de782089c..e46bb69118 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
@@ -37,3 +37,4 @@
 #define HWCAP_JSCVT		(1 << 13)
 #define HWCAP_FCMA		(1 << 14)
 #define HWCAP_LRCPC		(1 << 15)
+#define HWCAP_DCPOP		(1 << 16)