From 6091cf95153f117ace6a02100029616039f90299 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 7 Apr 2019 13:54:10 -0700 Subject: [PATCH] profiles: Add cpu_flags_arm_iwmmxt2 Signed-off-by: Matt Turner --- 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 b53a31b84fd3..f43742a9f2af 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 (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 b9c56f8de544..f1ee795b436e 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 cddc9f29c8cb..da1b4ffd3496 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 -- 2.26.2