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.
