WebAssembly / flexible-vectors

Vector operations for WebAssembly
https://webassembly.github.io/flexible-vectors/
Other
48 stars 6 forks source link

Introduce bit shifts #17

Closed penzn closed 4 years ago

penzn commented 4 years ago

Operations equivalent to the ones in Wasm SIMD proposal.

penzn commented 4 years ago

This would be represented by the very same shift instructions in SSE/Neon that are currently used for wasm-simd support, and can be expanded to include AVX and SVE variants.