Browse Source

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

tags/v0.3.28^2
Martin Kroeker GitHub 1 year ago
parent
commit
48e017de09
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      ctest/Makefile

+ 1
- 2
ctest/Makefile 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





Loading…
Cancel
Save