I'm asking, because I have some code, that supports the gcc vector extensions, SSE1, SSE2, ... Whatever is available. But if I enable SSE1 or SSE2, the generated .js size becomes substantially larger. Because the gcc vector extensions are available even if there is no SSE support at all, I thought maybe somehow SIMD gets emulated. I have no explanation for the smaller .js file size. It should be bigger, since the gcc vector extension feature set is limited compared to SSE1 and SSE2 and the missing features need to be emulated by me in C++.
-- 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.
