[cfe-dev] [llvm-dev] vectorization for X86
Rail Shafigulin via cfe-dev
cfe-dev at lists.llvm.org
Wed Mar 16 14:54:20 PDT 2016
On Wed, Mar 16, 2016 at 2:34 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
> You need to enable an optimization level, this vectorizes for me:
>
> clang -S x.c --target=x86_64-pc-gnu -mtune=core-avx2 -O3 -S -o -
>
> --
> Mehdi
Thanks. It worked!
--
Rail Shafigulin
Software Engineer
Esencia Technologies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160316/6caa82c2/attachment.html>
More information about the cfe-dev
mailing list