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 Jun 26, 2020. It is now read-only.
Most of the SIMD instructions defined in the CLIF and WASM specifications are unimplemented. As a first step towards filling those in, this issue tracks adding the
splatinstruction as it is defined in CLIF (https://cranelift.readthedocs.io/en/latest/ir.html#inst-splat) and in WASM (https://github.com/WebAssembly/simd/blob/master/proposals/simd/SIMD.md#create-vector-with-identical-lanes).