Dear all,
My customer want to realize some function using MAC instruction and want to know if it has similar IQ function in the library, like IQmac etc.
If you, do you know if we plan to make it?
The original message is attached below.
I must write some code using MAC instruction directly into C code. A while ago you gave me a tip regard __IQmpy(x,y,32) and __IQmpy(x,y,31) to write efficient optimized code for normalized multiplication. But now I'm wondering if already exist some libraries that allow me to use MAC instruction (and MAC with Saturation). I thought there was a function like __IQmac(x,y,acc) or something like that, but I haven't found anything. Could you suggest me the way to write an inline function (non a real function: I want to avoid the call instruction) that this optimized instruction? or could you indicate me, if exists, an appropriate library? I must do something like LibIQMath, because the parameter could be local, global or constants.
Cheers,
Wei