This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSPF_sp_mat_mul_cplx

在dsplib c674x 3_4_0_0中有函数DSPF_sp_mat_mul_cplx(const float* x1, int r1, int c1, const float* x2, int c2, float* restrict y);但是r1, c1, c2 are multiple of 2,如果r1, c1, c2 are not multiple of 2应该怎么做呢?