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.