commit: 6091cf95153f117ace6a02100029616039f90299 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Apr 7 20:54:10 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Apr 7 20:59:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6091cf95
profiles: Add cpu_flags_arm_iwmmxt2 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/arch/arm/use.mask | 1 + profiles/arch/base/use.mask | 1 + profiles/desc/cpu_flags_arm.desc | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index b53a31b84fd..f43742a9f2a 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -3,6 +3,7 @@ # Unmask arm arch specific flags -cpu_flags_arm_iwmmxt +-cpu_flags_arm_iwmmxt2 # Michał Górny <[email protected]> (16 Jul 2018) # Python 3.7 support requires fresh versions of packages which are stuck diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index b9c56f8de54..f1ee795b436 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -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 diff --git a/profiles/desc/cpu_flags_arm.desc b/profiles/desc/cpu_flags_arm.desc index cddc9f29c8c..da1b4ffd349 100644 --- a/profiles/desc/cpu_flags_arm.desc +++ b/profiles/desc/cpu_flags_arm.desc @@ -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
