File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ include_directories(${PROJECT_BINARY_DIR})
44
55
66set (LAPACK_SOURCES
7- getrf/getrf_single.c
87 potrf/potrf_U_single.c
98 potrf/potrf_L_single.c
109 lauum/lauum_U_single.c
@@ -45,6 +44,10 @@ GenerateNamedObjects("${LAPACK_MANGLED_SOURCES}" "" "" false "" "" false 3)
4544GenerateNamedObjects ("laswp/generic/laswp_k_4.c" "" "laswp_plus" false "" "" false 3 )
4645GenerateNamedObjects ("laswp/generic/laswp_k_4.c" "MINUS" "laswp_minus" false "" "" false 3 )
4746
47+ foreach (float_type ${FLOAT_TYPES} )
48+ GenerateNamedObjects ("getrf/getrf_single.c" "UNIT" "getrf_single" false "" "" false ${float_type} )
49+ endforeach ()
50+
4851# dynamic_arch laswp needs arch specific code ?
4952#foreach(TARGET_CORE ${DYNAMIC_CORE})
5053# set(TSUFFIX "_${TARGET_CORE}")
@@ -81,7 +84,7 @@ if (USE_THREAD)
8184 )
8285
8386 foreach (float_type ${FLOAT_TYPES} )
84- GenerateNamedObjects ("${GETRF_SRC} " "" "getrf_parallel" false "" "" false ${float_type} )
87+ GenerateNamedObjects ("${GETRF_SRC} " "UNIT " "getrf_parallel" false "" "" false ${float_type} )
8588 endforeach ()
8689
8790 GenerateNamedObjects ("${PARALLEL_SOURCES} " )
You can’t perform that action at this time.
0 commit comments