WebAssembly / WebAssembly/binaryen
Missing SIMD impls in interpreter
Open
@tlively is already working on this.
Since Apr 21, 2022.
- Dominant language
- WebAssembly
- Stars
- 8.6k
- Forks
- 885
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 69
Description
Fuzzer found this:
(module
(type $v128_=>_v128 (func (param v128) (result v128)))
(func $0 (param $0 v128) (result v128)
(i32x4.dot_i8x16_i7x16_add_s
(v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000)
(v128.const i32x4 0x30181f08 0xffffff96 0xffffe747 0xffff7fff)
(v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000)
)
)
)
That fails with --precompute on not implemented from here:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.