Hi everybody,
I using emscripten version 1.38.30.

I've noticed that the SIMD headers are missing from that distributions (and 
beside that, WebAssembly SIMD is probably not working with emscripten).

I wanted to compile the demo in the: https://github.com/rasmusbarr/nudge 
using emscripten, and since it requires SIMD, I'm using this library: 
https://github.com/nemequ/simde to emulate it (you can read further info 
about the steps I took at the end of this thread: 
https://github.com/nemequ/simde/issues/37).

Result: using desktop gcc the program compiles and run correctly in 
SIMD-emulated mode, but emscripten still outputs:

> Enter code here.LLVM ERROR: Unsupported integer vector type with numElems: 
> 2, primitiveSize: 64!
>

Any idea why this happens ?
Thank you in advance.


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