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.

dsp lib _opt functions

Hi ,

I am doing development of c674x and I am trying to add the optimized version of few dsp lib like

DSPF_sp_mat_mul_cplx_opt

 but once I try to compile I get the undefined error , I have added the dsp lib , the other function DSPF_sp_mat_mul_cplx works but the _opt does not. Am I missing something?

  • This forum is for questions and discussion about the compiler tools.  This question doesn't fall into that topic area.  Nonetheless, I can shed some light on it.

    I have DSPLIB for C674x installed on my system.  I took a quick look.  None of the functions it supplies have "opt" anywhere in their name.  Your only choice is to call DSPF_sp_mat_mul_cplx.  I'm sure it is highly optimized.

    Thanks and regards,

    -George