Hello everyone.
I am now working on a project about video processing on DM3730.
My own algorithm runs on the DSP, and I want to optimize it because of its bad performance.
So I followed the "C64/C64+ Compiler Optimization Trick" found on TI website.
I tried adding restrict qualifiers.
But when I compile my DSP code.
It showed this error message : restrict is not allowed.
Could anyone solve it?
By the way, what does the compile option "-mo" means?
Thanks in advance.