Dear all:
We all know that Intel compiler can automatic vectorize code. My Question is: when does a developer have to write SIMD code mannually instead of Automatic Vectorization? which situation the compiler can not automatic vectorize?
I remember there is an article which explain this question in Intel developer zone , but I can not find that article.
Pls help me, thanks.