Skip to content

Commit 28f1518

Browse files
authored
Avoid overriding the global USE_GEMM3M
1 parent 5d929d2 commit 28f1518

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ if (BUILD_COMPLEX16)
2222
list (APPEND OpenBLAS_Tests zblat1 zblat2 zblat3)
2323
endif()
2424

25-
set (USE_GEMM3M 0)
26-
if (${ARCH} MATCHES x86|x86_64|ia64|mips)
27-
set(USE_GEMM3M 1)
25+
if (USE_GEMM3M)
2826
if (BUILD_COMPLEX)
2927
list (APPEND OpenBLAS_Tests cblat3_3m)
3028
endif ()

0 commit comments

Comments
 (0)