Hello ,
I'm using EVM C6474 ..& im executing a C language code for complex matrix multiply ...
To improve the effeciency of my code .. I want to know if there are some ways to mix Assembly instructions with C code and use 'c declared variables' in asm
Another problem is that the assembly instruction (CMPY : Complex Multiply) can only handle 16-bits inputs, while I've 32-bit ones. Is there any way to do 32-bit complex mutiply exploiting this assembly instruction
Thank you in advance.