package/openblas: Handle new westmere target architecture
authorEsben Haabendal <esben@geanix.com>
Tue, 11 Jun 2019 08:44:10 +0000 (10:44 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 13 Jun 2019 19:11:32 +0000 (21:11 +0200)
Nehalem, the predecessor to westmere, is best match for westmere
architecture in current openblas.

Signed-off-by: Esben Haabendal <esben@geanix.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/openblas/Config.in

index 8e71a43f982c6cdb8739402c8a4bb8f512817372..04538c2d7a04c541428729aae499bebe14432780 100644 (file)
@@ -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