We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ec94c commit 5d929d2Copy full SHA for 5d929d2
1 file changed
ctest/CMakeLists.txt
@@ -10,11 +10,6 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
10
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fno-tree-vectorize")
11
endif()
12
13
-set (USE_GEMM3M 0)
14
-if (${ARCH} MATCHES x86|x86_64|ia64|mips)
15
- set(USE_GEMM3M 1)
16
-endif ()
17
-
18
if(WIN32)
19
FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_cblas_helper.ps1
20
"$ErrorActionPreference = \"Stop\"\n"
0 commit comments