Browse Source

fix missing quotes

pull/3545/head
Martin Kroeker GitHub 4 years ago
parent
commit
c8fa55f096
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/sgemm_small_kernel_nn_skylakex.c

+ 1
- 1
kernel/x86_64/sgemm_small_kernel_nn_skylakex.c 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


Loading…
Cancel
Save