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.

Using IQMath in CLA: _IQmpy

I cannot see how to get IQMath running on the CLA.  I've got a control loop running in floating point, but the precision is running out and I'd like to try the IQMath instead.  However, I cannot compile the _IQmpy instructions because the CLA does not support calling functions with more than two arguments.  The _IQmpy(A, B) function is defined as _IQmpy(A, B, GLOBAL_Q) in the header file causing the problem.