Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion kernel/arm64/ssymm_direct_alpha_beta_arm64_sme1.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,11 @@ static void ssymm_direct_sme1_preprocessLL(uint64_t nbr, uint64_t nbc,
}
}
}

#else
static void ssymm_direct_sme1_preprocessLU(uint64_t nbr, uint64_t nbc,
const float *restrict a, float *restrict a_mod){}
static void ssymm_direct_sme1_preprocessLL(uint64_t nbr, uint64_t nbc,
const float *restrict a, float *restrict a_mod){}
#endif

//
Expand Down
Loading