Hi Team,
I try to testing the IQmath performance,and get below result;
float A;
int B;
_Iq18 temp1, temp2;
temp1 = _IQ18(A); //this instruction spend 248 cycle
temp2 = _IQ18(B); //this instruction spend 271 cycle
float to IQ and int to IQ spend too many instruction cycle, may i know this is normal or not?
Any method to improve the _IQ(A) and _IQ(B) instruction performance?