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.

INLINING OF _IQsin()

Other Parts Discussed in Thread: TMS320C6472, SPRC542

Hello,

I am using IQmath library for code development on TMS320C6472 platform(C64x+ core). Is the inline version of "_IQsin" function available? In my program where I used _IQsin(), if I write:

#define _INLINE_IQMATH       
#include"IQmath_inline.h"   

an error message comes saying IQNsin function is referenced but not defined. Instead of writing those two lines if I write:

#include"IQmath.h"

and keep rest of the code same, the program runs properly.

 

Regards,

AC.

 

 

  • AC,

    We have some restrictions on the IQMath library source code, which is required for inlining. To request the source code, please go to the SPRC542 web page and click Request under the C64XPLUS-IQMATHSRC column.

    Regards,
    RandyP

     

    If this does not answer your question, please tell us more. If it does, please click  Verify Answer  , below.