tc39 / ecmascript_simd

SIMD numeric type for EcmaScript
Other
540 stars 71 forks source link

Link to asm.js version of the spec? (no load3 or store3?) #349

Open juj opened 7 years ago

juj commented 7 years ago

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?