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.

How do I tell whether xdc is making true C674x code?

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