Greetings,
using up-to date ICC 15 since ICC 16 is buggy and produces wrong code at least if it compiles the correct code...
how could I interpret source c++ file and line number from assembler output like:
$LN30110: ; LOE rax rdx rcx rbx rsi r8 r9 r10 f1 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 .B183.54:: ; Preds .B183.213 .B183.53 L2185:: ; optimization report ; outer %s was not auto-vectorized: consider using SIMD directive
so I can write "#pragma simd noassert" ?
Thank you.