public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h
@ 2017-05-02 20:49 Joseph Myers
  2017-05-03  3:35 ` Siddhesh Poyarekar
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph Myers @ 2017-05-02 20:49 UTC (permalink / raw)
  To: libc-alpha

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.

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)

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h
  2017-05-02 20:49 Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h Joseph Myers
@ 2017-05-03  3:35 ` Siddhesh Poyarekar
  0 siblings, 0 replies; 2+ messages in thread
From: Siddhesh Poyarekar @ 2017-05-03  3:35 UTC (permalink / raw)
  To: Joseph Myers, libc-alpha

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-03  3:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-02 20:49 Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h Joseph Myers
2017-05-03  3:35 ` Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).