fix missing quotes

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

View File

@ -590,6 +590,6 @@ int CNAME(BLASLONG M, BLASLONG N, BLASLONG K, FLOAT * A, BLASLONG lda, FLOAT alp
return 0; return 0;
} }
#else #else
#include ../generic/gemm_small_matrix_kernel_nn.c #include "../generic/gemm_small_matrix_kernel_nn.c"
#endif #endif