fix position of endif - gemm3m tests should not be run in cross-compiles
This commit is contained in:
parent
bebe5e5399
commit
48e017de09
|
@ -203,7 +203,6 @@ ifeq ($(BUILD_COMPLEX16),1)
|
||||||
OPENBLAS_NUM_THREADS=2 ./xzcblat3 < zin3
|
OPENBLAS_NUM_THREADS=2 ./xzcblat3 < zin3
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(SUPPORT_GEMM3M),1)
|
ifeq ($(SUPPORT_GEMM3M),1)
|
||||||
ifeq ($(USE_OPENMP), 1)
|
ifeq ($(USE_OPENMP), 1)
|
||||||
|
@ -222,7 +221,7 @@ ifeq ($(BUILD_COMPLEX16),1)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue