Added option to append define codes with an underscore.

Fixed the code array not getting reset on subsequent AllCombinations
calls.
This commit is contained in:
Hank Anderson
2015-02-05 09:17:18 -06:00
parent 0d7bad1f35
commit cfaf1c678f
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ GenerateCombinationObjects("symm_k.c" "LOWER;RSIDE" "DOUBLE" "NN" 1)
list(APPEND DBLAS_OBJS ${OBJ_LIST_OUT})
GenerateCombinationObjects("syrk_k.c;syr2k_k.c" "LOWER;TRANS" "DOUBLE" "" 1)
list(APPEND DBLAS_OBJS ${OBJ_LIST_OUT})
GenerateCombinationObjects("syrk_kernel.c;syr2k_kernel.c" "LOWER" "DOUBLE" "" 1)
GenerateCombinationObjects("syrk_kernel.c;syr2k_kernel.c" "LOWER" "DOUBLE" "" 2)
list(APPEND DBLAS_OBJS ${OBJ_LIST_OUT})
#if (SMP)