WebAssembly / spec

WebAssembly specification, reference interpreter, and test suite.
https://webassembly.github.io/spec/
Other
3.09k stars 438 forks source link

[core] SIMD Compare instructions link to the wrong "execution"/"validation" sections #1731

Closed alimpfard closed 4 months ago

alimpfard commented 4 months ago

e.g. i8x16.eq links to vbinop, but the correct target is vrelop.

https://github.com/WebAssembly/spec/blob/360141b009b5b498e02d7f672ee82e7d7bc90937/document/core/appendix/index-instructions.py#L376

rossberg commented 4 months ago

Please see #1735.