Avoid overriding the global USE_GEMM3M

This commit is contained in:
Martin Kroeker 2024-02-26 21:01:46 +01:00 committed by GitHub
parent 5d929d2706
commit 28f151808e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -22,9 +22,7 @@ if (BUILD_COMPLEX16)
list (APPEND OpenBLAS_Tests zblat1 zblat2 zblat3)
endif()
set (USE_GEMM3M 0)
if (${ARCH} MATCHES x86|x86_64|ia64|mips)
set(USE_GEMM3M 1)
if (USE_GEMM3M)
if (BUILD_COMPLEX)
list (APPEND OpenBLAS_Tests cblat3_3m)
endif ()