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
{{ message }}
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
It's a good question. My guess is that with SIMD the performance would get pretty close, but I haven't been able to verify that.
Personally, I think that this is a common enough operation that it is useful to have an instruction rather than require the wasm module to include an optimized version. Perhaps that's not an issue, if everyone uses the same libc -- though it's likely that only the WebAssembly VM will know the optimal instruction sequence for its host architecture.
I guess I'm still a bit unsure of the utility myself. :-)
With SIMD as an active proposal, what are the expectations for the performance of future SIMD-optimized implementations of the proposed operations?
The text was updated successfully, but these errors were encountered: