When using xdc to build dsp code in the EZSDK for the C6A8168, how do I know if I am getting actual C674x instructions and in particular that I am getting actual floating point instructions rather than emulation? I see this being used to compile:
cle674 <filename.c>
I've added -mv6740 to the list of compiler options, but I wonder whether xdc is actually using that.
Lee