I'm trying to compile a library that is using SIMD instructions (SSE2) with 
emscripten (not wasm). When I do it without optimization it works, but it 
is terribly slow. I tried turning on '-O2', but then I get this javascript 
error:

ReferenceError: SIMD_Int8x16_shiftRightArithmeticByScalar is not defined

Any ideas what's wrong here? Is this simply not supported? Is there any way 
to get the SIMD code to run fast?

Thanks!

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