libsimdpp icon indicating copy to clipboard operation
libsimdpp copied to clipboard

WebAssembly direct instructions support?

Open L2NE-dev opened this issue 2 years ago • 0 comments

I planned to try development of game, based on Electron.js and Wasm64, and would to have direct Emscripten WebAssembly instructions intrinsics support. Note: Wasm supports only 128-bit natively. I just would to reduce conversion and optimization stagement while compiling or execution (simepp => SSE4.1 => WASM => Another SIMD in browser level). It while can be just simdpp => WASM => Correct SIMD.

L2NE-dev avatar Sep 13 '23 11:09 L2NE-dev