Open juj opened 8 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.
.load3
.store3
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?
load3
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
andstore3
from SIMD.js?