summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-cortexa72.inc
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-03-19 13:45:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-19 23:50:41 +0000
commit800c32096c4cddc34137a2f18d70e476d2a5a51a (patch)
tree65753b562711ebf7c8316f9c8b38f88f330951be /meta/conf/machine/include/tune-cortexa72.inc
parent34fa190d957f19f69ede7af68f75e3beef3fc96a (diff)
downloadpoky-800c32096c4cddc34137a2f18d70e476d2a5a51a.tar.gz
Remove the simd tune for armv8a
SIMD instructions are a mandatory part of armv8a (they were optional in armv7a), and the gcc docs also say that they are always enabled. (From OE-Core rev: 02288c94e99e9dd444d8c1af186b6d89085b7b8b) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-cortexa72.inc')
-rw-r--r--meta/conf/machine/include/tune-cortexa72.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-cortexa72.inc b/meta/conf/machine/include/tune-cortexa72.inc
index 4c2306c4fd..00f7745a22 100644
--- a/meta/conf/machine/include/tune-cortexa72.inc
+++ b/meta/conf/machine/include/tune-cortexa72.inc
@@ -8,6 +8,6 @@ require conf/machine/include/arm/arch-armv8a.inc
8# Little Endian base configs 8# Little Endian base configs
9AVAILTUNES += "cortexa72" 9AVAILTUNES += "cortexa72"
10ARMPKGARCH_tune-cortexa72 = "cortexa72" 10ARMPKGARCH_tune-cortexa72 = "cortexa72"
11TUNE_FEATURES_tune-cortexa72 = "aarch64 cortexa72 simd crc crypto" 11TUNE_FEATURES_tune-cortexa72 = "aarch64 cortexa72 crc crypto"
12PACKAGE_EXTRA_ARCHS_tune-cortexa72 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa72" 12PACKAGE_EXTRA_ARCHS_tune-cortexa72 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa72"
13BASE_LIB_tune-cortexa72 = "lib64" 13BASE_LIB_tune-cortexa72 = "lib64"