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.

C6747 vs 6713 floating point performance (way slower)

I am getting a lot less floating point horsepower from the 300 Mhz 6747 than I did from the 200 Mhz 6713. All specs seem to point to this not being the case.

I am using the latest code generation tools (6.1.10), I have the C674x option for compiler (-mv6740), I have optimization on for critical sections with only optimize for speed set to 3 (-mf3), I am using the FastRTS67x lib, and have checked all docs and e2e boards. This is identical codebase to what we are using on the 6713. I even tried enabling 128K of L2 cache (rather than use for internal data/code), but it actually slowed things down.
So considering I am seeing 1/2 the performance am I missing something or this expected?