fix position of endif - gemm3m tests should not be run in cross-compiles

This commit is contained in:
Martin Kroeker 2024-04-05 22:54:34 +02:00 committed by GitHub
parent bebe5e5399
commit 48e017de09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -203,7 +203,6 @@ ifeq ($(BUILD_COMPLEX16),1)
OPENBLAS_NUM_THREADS=2 ./xzcblat3 < zin3
endif
endif
endif
ifeq ($(SUPPORT_GEMM3M),1)
ifeq ($(USE_OPENMP), 1)
@ -222,7 +221,7 @@ ifeq ($(BUILD_COMPLEX16),1)
endif
endif
endif
endif