fix missing quotes

This commit is contained in:
Martin Kroeker 2022-02-23 23:51:14 +01:00 committed by GitHub
parent aef902534a
commit c8fa55f096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -612,6 +612,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