]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 3 May 2017 11:04:07 +0000 (11:04 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 3 May 2017 11:04:07 +0000 (11:04 +0000)
This patch adds the HWCAP_ASIMDRDM macro from Linux 4.11 to the
AArch64 bits/hwcap.h.

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

* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_ASIMDRDM):
New macro.

ChangeLog
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h

index 4bd8578fc9230a8b829fc187f4eeb5d89aa53829..d58176667d65c03dd3b14c4aabc9c27a6b9e66a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-03  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_ASIMDRDM):
+       New macro.
+
 2017-05-02  Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
 
        [BZ #21179]
index cef3225af00fbd0b8025bbcdbb6b202a9d1d8b28..117852da1c18fb34c9afb50e514acd7fa04a9d1a 100644 (file)
@@ -33,3 +33,4 @@
 #define HWCAP_FPHP             (1 << 9)
 #define HWCAP_ASIMDHP          (1 << 10)
 #define HWCAP_CPUID            (1 << 11)
+#define HWCAP_ASIMDRDM         (1 << 12)