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