summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2022-04-25 14:20:42 +0900
committerHyunggi Lee <hyunggi.lee@samsung.com>2023-02-08 15:58:29 +0900
commitc56fd58aa0245f029cd24ac055e20135c8364af2 (patch)
tree84c95091116c4e83c6997f6e4fd8a9864cd1ea5a
parent572be316c51ca0939de5208508c24c204cb01a8f (diff)
downloadopenblas-accepted/tizen_5.5_unified.tar.gz
openblas-accepted/tizen_5.5_unified.tar.bz2
openblas-accepted/tizen_5.5_unified.zip
Fixed below build error, [ 13s] getarch_2nd.c: In function 'main': [ 13s] getarch_2nd.c:12:35: error: 'SGEMM_DEFAULT_UNROLL_M' undeclared (first use in this function); did you mean 'XGEMM_DEFAULT_UNROLL_M'? [ 13s] 12 | printf("SGEMM_UNROLL_M=%d\n", SGEMM_DEFAULT_UNROLL_M); [ 13s] | ^~~~~~~~~~~~~~~~~~~~~~ [ 13s] | XGEMM_DEFAULT_UNROLL_M Reported-by : hyunggi.lee@samsung.com Signed-off-by: Inki Dae <inki.dae@samsung.com> Change-Id: Idba959362d6e8e4078ebfca2d3844ca03878e0b1
-rw-r--r--packaging/openblas.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/openblas.spec b/packaging/openblas.spec
index 093155671..c192c9b02 100644
--- a/packaging/openblas.spec
+++ b/packaging/openblas.spec
@@ -149,7 +149,7 @@ export LDFLAGS+="-Wl,-z,noexecstack"
# Only x86/x86-64 CPUs support DYNAMIC_ARCH
%ifarch %ix86 x86_64
-%define openblas_target DYNAMIC_ARCH=1
+%define openblas_target DYNAMIC_ARCH=1 TARGET=NEHALEM
%endif
%ifarch armv7l
%define openblas_target TARGET=ARMV7 ARM_SOFTFP_ABI=1