As we all know, emscripten uses clang for JS code generation, but clang is mostly gcc-compatible. One of the things gcc supports are the so-called vector extensions:
https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html My question is, what happens to the generated JS code, if these are used. Is SIMD.js used or is SIMD emulated? All answers welcome! -- 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.
