profiles: Add cpu_flags_arm_iwmmxt2
authorMatt Turner <mattst88@gentoo.org>
Sun, 7 Apr 2019 20:54:10 +0000 (13:54 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sun, 7 Apr 2019 20:59:21 +0000 (13:59 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
profiles/arch/arm/use.mask
profiles/arch/base/use.mask
profiles/desc/cpu_flags_arm.desc

index b53a31b84fd36754fdd266bdb0ed08736a44d9c2..f43742a9f2afbbbb0fe921e4b5f75e4ca92779c9 100644 (file)
@@ -3,6 +3,7 @@
 
 # Unmask arm arch specific flags
 -cpu_flags_arm_iwmmxt
+-cpu_flags_arm_iwmmxt2
 
 # Michał Górny <mgorny@gentoo.org> (16 Jul 2018)
 # Python 3.7 support requires fresh versions of packages which are stuck
index b9c56f8de544e4e9e557b15699f3682cc8eda9a2..f1ee795b436e6fcff7a9f5193c6a1ec26267dda4 100644 (file)
@@ -90,6 +90,7 @@ cpu_flags_arm_aes
 cpu_flags_arm_crc32
 cpu_flags_arm_edsp
 cpu_flags_arm_iwmmxt
+cpu_flags_arm_iwmmxt2
 cpu_flags_arm_neon
 cpu_flags_arm_sha1
 cpu_flags_arm_sha2
index cddc9f29c8cb7f4f2b969c1afb4843860e3c9069..da1b4ffd34961f8080de13d8c5db453c58279eb1 100644 (file)
@@ -1,10 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation.
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 aes - Use the AES cryptography instruction set
 crc32 - Use the CRC32 instruction set
 edsp - Use the enhanced DSP instructions (ARMv*E and ARMv6+)
 iwmmxt - Use the iwMMXt instruction set
+iwmmxt2 - Use the iwMMXt2 instruction set
 neon - Use the NEON (ASIMD) instruction set
 sha1 - Use the SHA-1 cryptography instruction set
 sha2 - Use the SHA-2 cryptography instruction set