Part Number: TDA4VM
Hello,
I am working on PSDK 6.1.
I am attempting to port an algorithm which runs on one of the C6x DSP cores.
So I have created a user kernel named 'msi_vfs' in tiovx/kernels_j7.
Now, I need to turn off the optimization which is carried out by the C6x compiler for this user kernel.
The global C6x optimizer setting is present in tiovx/concerto/compilers/cgt6x.mak file.
How can I override this setting locally so that my user kernel is not optimized?
Thank you.