public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Add AArch64 HWCAP_DCPOP from Linux 4.14
@ 2017-11-15 22:59 Joseph Myers
  2017-11-17 10:46 ` Szabolcs Nagy
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph Myers @ 2017-11-15 22:59 UTC (permalink / raw)
  To: libc-alpha

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.

2017-11-15  Joseph Myers  <joseph@codesourcery.com>

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

diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index 1de7820..e46bb69 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)

-- 
Joseph S. Myers
joseph@codesourcery.com

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

* Re: Add AArch64 HWCAP_DCPOP from Linux 4.14
  2017-11-15 22:59 Add AArch64 HWCAP_DCPOP from Linux 4.14 Joseph Myers
@ 2017-11-17 10:46 ` Szabolcs Nagy
  0 siblings, 0 replies; 2+ messages in thread
From: Szabolcs Nagy @ 2017-11-17 10:46 UTC (permalink / raw)
  To: Joseph Myers, libc-alpha; +Cc: nd

On 15/11/17 22:59, Joseph Myers wrote:
> 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.
> 
> 2017-11-15  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_DCPOP): New
> 	macro.

OK.

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

end of thread, other threads:[~2017-11-17 10:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15 22:59 Add AArch64 HWCAP_DCPOP from Linux 4.14 Joseph Myers
2017-11-17 10:46 ` Szabolcs Nagy

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