Part Number: PROCESSOR-SDK-DRA8X
Tool/software: TI C/C++ Compiler
Hello Support,
I was wondering about the auto vectorization feature of the C7x compiler. The C7000 Compiler Guide states
4.13.12 Vectorization (SIMD)
The compiler may convert a loop such that it uses instructions that operate on more than one piece of
data at a time, increasing the performance dramatically.
Is there any indication whether the compiler actually did that or what it needs to achieve this?
Moreover, does the performance advisor already work with the ti-cgt-c7000_1.2.0.STS? I wrote a simple Vector-Multiply-Add program and if I turn on the performance advisor, there is no additional output. If I compile the same program with the C66x compiler with the performance advisor it actually does tell me where I can do some optimizations.
Thank you and kind regards,
Florian