See system/include/emscripten/vector.h, emmintrin.h and xmmintrin.h It implements the JS SIMD spec, which is a portable subset of SIMD stuff,
https://github.com/johnmccutchan/ecmascript_simd JS engines don't optimize it yet, but hopefully soon. - Alon On Sat, Mar 29, 2014 at 2:32 AM, Soeren Balko <[email protected]> wrote: > I was wondering how SIMD is supported in fastcomp - is it the same as > gcc's vector types with basic math operations? Or are specific > platform-specific intrinsics (MMX, SSE, AVX, NEON and friends) supported > too? The latter is probably not possible as it is inherently not portable. > And are there any plans for an auto-vectorization feature? > > Soeren > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
