Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h.

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.
This commit is contained in:
Joseph Myers 2017-05-03 11:04:07 +00:00
parent b3d9c9a20c
commit 14ea415d04
2 changed files with 6 additions and 0 deletions

View file

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

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