SPRUIV4D May 2020 – May 2024
If the compiler is not vectorizing a loop, consider using vector types. See the C7000 Optimizing C/C++ Compiler User's Guide (SPRUIG8) for more information.
Be aware that the compiler may vectorize some operations in a loop, but not others, leading to an inefficient loop. In this instance, it may be best to vectorize the loop by hand using vector types and intrinsics.