chakra-core / chakra-core/ChakraCore
simd128 opcode update and new instructions
Open
WebAssembly
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Need to catch up with the state of `simd128` WebAssembly proposal, though it might make sense to wait until after the opcode renumbering - WebAssembly/simd#209.
There is a number of new operations, in particular `swizzle` had been reintroduced, but with variable mask; general case would be expensive to implement without `phufb` support, but we have part of 4-lane variety still in the sources (albeit with a constant mask).
Contributor guide
Assessment
This issue has not been assessed yet.