From b04f1deab3ddf57db63490cdc5532fc7d448483e Mon Sep 17 00:00:00 2001 From: Esben Haabendal Date: Tue, 11 Jun 2019 10:44:10 +0200 Subject: [PATCH] package/openblas: Handle new westmere target architecture Nehalem, the predecessor to westmere, is best match for westmere architecture in current openblas. Signed-off-by: Esben Haabendal Signed-off-by: Peter Korsgaard --- package/openblas/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/openblas/Config.in b/package/openblas/Config.in index 8e71a43f98..04538c2d7a 100644 --- a/package/openblas/Config.in +++ b/package/openblas/Config.in @@ -6,7 +6,7 @@ config BR2_PACKAGE_OPENBLAS_DEFAULT_TARGET default "PRESCOTT" if BR2_x86_prescott || BR2_x86_nocona default "BANIAS" if BR2_x86_pentium_m default "CORE2" if BR2_x86_core2 - default "NEHALEM" if BR2_x86_corei7 || BR2_x86_silvermont + default "NEHALEM" if BR2_x86_corei7 || BR2_x86_silvermont || BR2_x86_westmere default "SANDYBRIDGE" if BR2_x86_corei7_avx default "HASWELL" if BR2_x86_core_avx2 default "ATOM" if BR2_x86_atom -- 2.30.2