Browse Source
Adds a shared `unarrow` instruction in order to lower the Wasm SIMD specification's unsigned narrowing (see https://github.com/WebAssembly/simd/blob/master/proposals/simd/SIMD.md#integer-to-integer-narrowing). Additionally, this commit implements the instruction for x86 using PACKUSWB and PACKUSDW for the applicable encodings.pull/1970/head
Andrew Brown
4 years ago
6 changed files with 47 additions and 3 deletions
Loading…
Reference in new issue