Much of that stuff should work. It will include SIMD.js polyfill code,
which will be used if the JS engine lacks native SIMD support. More notes
here:

http://kripken.github.io/emscripten-site/docs/porting/simd.html

- Alon


On Wed, Dec 2, 2015 at 4:02 AM, <[email protected]> wrote:

> 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.
>

-- 
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.

Reply via email to