[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SIMD




> AFAIK, GCC doesn't auto-vectorize (yet - I met the guy who was being paid
by
> SuSE to do it), and the Linux version of VectorC isn't out yet, so you'll
> need to do it manually, or nab the source from the Codeplay website
> (http://www.codeplay.com) for the demo (or use the benchmark snippets) as
a
> reference.

I've just come across libSIMD. It said to use SIMD whenever possible on
every platform GCC compiles. How about that?