Missing SIMD impls in interpreter
@tlively is already working on this.
Since Apr 21, 2022.
Assessment
This issue has not been assessed yet.
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:
- Dominant language
- WebAssembly
- Stars
- 8.6k
- Forks
- 885
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 77
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.
More from WebAssembly/binaryen
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
WebAssembly/binaryen#9135 · 1 comment ·
-
Difficulty 2/5 Half a day Newbie friendliness 76/100
WebAssembly/binaryen#9018 · 3 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
WebAssembly/binaryen#9133 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 52/100
WebAssembly/binaryen#9123 ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
WebAssembly/binaryen#9122 ·