fix missing quotes
This commit is contained in:
parent
d6eeac2c74
commit
aef902534a
|
@ -322,6 +322,6 @@ int CNAME(BLASLONG M, BLASLONG N, BLASLONG K, FLOAT * A, BLASLONG lda, FLOAT alp
|
|||
return 0;
|
||||
}
|
||||
#else
|
||||
#include ../generic/gemm_small_matrix_kernel_tn.c
|
||||
#include "../generic/gemm_small_matrix_kernel_tn.c"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue