ecmascript_simd
ecmascript_simd copied to clipboard
Link to asm.js version of the spec? (no load3 or store3?)
According to https://github.com/kripken/emscripten/issues/4645#issuecomment-256101137 there's a consensus to remove .load3 and .store3 from asm.js imports of SIMD.js.
Is there a link to the asm.js version of the spec that would highlight how the API looks from asm.js perspective? Or are these the intended to be the same, i.e. is the consensus to remove load3 and store3 from SIMD.js?