Skip to content

Commit

Permalink
Fix include.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinamatthews committed Feb 15, 2024
1 parent 4e2ed2b commit dc3e615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// clang-format off
#include "blis.h"
#include "../../riscv_cmul_macros_asm.h"
#include "../bli_kernels_sifive_x280.h"
#include "../../bli_kernels_sifive_x280.h"
#include <stdint.h>
#include <riscv_vector.h>

Expand Down

0 comments on commit dc3e615

Please sign in to comment.