Dear All,
I have a question about the FastRTS and Code Composer Studio version 5.It is possible to compile the C code in the way that assembly generated code is automatically sobstitute from RTS to FastRTS?For example:y = a + b where y, a, b are declared as float1) the assembly with RTS code is00001650: 00000810 B.S1 _addf2) with FastRTS code ( y = addsp_i(a,b) ), the assembly is00001650: 0FFD3C10 B.S1 addsp_iI would like to know if it is possible to change the compiler setting in the way that y = a + b generates the assembly like the case 2 (FastRTS), without change the source code.Because C language has not the overload of the operators, I was wondering if it was possible changing some compiler setting.Thank you in advance for any information.
Thank you in advance for any information.
Regards,
Alessandro
Alessandro,
Since this is a compiler question and not a hardware/device question, it is best placed in the Compiler Forum. It will be moved there to see if any other answers are available.
No, there is no compiler switch to change this, that I am aware of.
Regards,RandyP
If you need more help, please reply back. If this answers the question, please click Verify Answer , below.
Search for answers, Ask a question, click Verify when complete, Help others, Learn more.