Hi,
There are functions DSPF_sp_mat_mul_cplx (const float* x1, int r1, int c1, const float* x2, int c2, float* restrict y) in dsplib c674x 3_4_0_0; but r1, c1, c2 are multiple of 2, if r1, c1, c2 are not multiple of 2 What should I do?
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.
Hi,
There are functions DSPF_sp_mat_mul_cplx (const float* x1, int r1, int c1, const float* x2, int c2, float* restrict y) in dsplib c674x 3_4_0_0; but r1, c1, c2 are multiple of 2, if r1, c1, c2 are not multiple of 2 What should I do?