You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
According to emscripten-core/emscripten#4645 (comment) there's a consensus to remove
.load3and.store3from 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
load3andstore3from SIMD.js?