I don't think there is anyone actively maintaining the asm.js SIMD path,
currently (given the limited support for SIMD in browsers - and eventually
there should be SIMD for wasm, but written from scratch). If you want to
investigate this yourself, I'd search for that error in JSBackend.cpp in
fastcomp - perhaps it's something not too hard to fix.

On Sun, May 6, 2018 at 2:42 PM, Kasper Peeters <[email protected]>
wrote:

> I am trying to build a program that uses OpenCV (which builds successfully
> with emscripten and produces a bunch of static libraries).
> However, at link time, I get
>
>     LLVM ERROR: Invalid SIMD cast between items of different bit sizes!
>
> (can provide further details of course, not quite sure which ones are
> relevant at this stage). Any idea what might be wrong?
>
> Thanks,
> Kasper
>
> --
> 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