Hello,
I'm using the Intel compiler beta version 13 update 2 and currently trying to get the most important critical bottleneck loops auto-vectorized. I am getting the following output in release mode and I find the messages a bit confusing:
/Users/bravegag/code/fastcode_project/code/src/sfo_matrix.h(1215): (col. 6) warning #13379: loop was not vectorized with "simd"
/Users/bravegag/code/fastcode_project/code/src/sfo_matrix.h(1215): (col. 6) remark: SIMD LOOP WAS VECTORIZED.
How can I tell if it was or it wasn't? can anyone please advice how I can get the compiler to show me the assembly and how can I check whether a specific loop in my code was auto-vectorized? is there a tutorial somewhere for this?
Many TIA,
Best regards,
Giovanni




