Hi all,
I'm presently concentrated on improving the performance of my code. By performance I refer to speeding up without sacrificing the quality. I'm working with TMS320C6678 in CCSv5.1.
There are lots of mathematical calculations and loops in my code. I have done most of compiler optimisations in CCS referring to Optimising compiler guide. That really got worked. Now I have optimise using intrinsics. I replaced the mathematical calculations (multiplications, divisons etc) with corresponding intrinsics. Using intrinsics consumed more time to give the output the the quality was maintained. I have'nt tried any SIMD intsructions. Could anyone help on how to use these SIMD intrinsics?
Regards,
Sohal