What do you mean by this? 1. Any scaler code might get vectorised by the LLVM if you're luckly.
or 2. You can write the instrinsics yourself in inline code, and the compiler will (almost) obey them verbatim?
In my experience, LLVM's vectorisation is behind GCC and quite a way behind ICC...
What do you mean by this? 1. Any scaler code might get vectorised by the LLVM if you're luckly.
or 2. You can write the instrinsics yourself in inline code, and the compiler will (almost) obey them verbatim?
In my experience, LLVM's vectorisation is behind GCC and quite a way behind ICC...