Skip to content

Commit dc3e615

Browse files
Fix include.
1 parent 4e2ed2b commit dc3e615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/sifive_x280/3/bli_gemmtrsm_sifive_x280_asm/bli_gemmtrsm_sifive_x280_asm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// clang-format off
3636
#include "blis.h"
3737
#include "../../riscv_cmul_macros_asm.h"
38-
#include "../bli_kernels_sifive_x280.h"
38+
#include "../../bli_kernels_sifive_x280.h"
3939
#include <stdint.h>
4040
#include <riscv_vector.h>
4141

0 commit comments

Comments
 (0)