Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h
Siddhesh Poyarekar
siddhesh@gotplt.org
Wed May 3 03:35:00 GMT 2017
On Wednesday 03 May 2017 02:19 AM, Joseph Myers wrote:
> 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.
Looks OK to me.
Siddhesh
> 2017-05-02 Joseph Myers <joseph@codesourcery.com>
>
> * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_ASIMDRDM):
> New macro.
>
> diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
> index cef3225..117852d 100644
> --- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
> +++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
> @@ -33,3 +33,4 @@
> #define HWCAP_FPHP (1 << 9)
> #define HWCAP_ASIMDHP (1 << 10)
> #define HWCAP_CPUID (1 << 11)
> +#define HWCAP_ASIMDRDM (1 << 12)
>
More information about the Libc-alpha
mailing list