WebAssembly / spec

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

[spec] Fix definition of lane ops + better xrefs #1700

Closed rossberg closed 8 months ago

rossberg commented 8 months ago

I noticed that the definition for mapping numeric ops over lanes was incorrect. This should fix it, and also improves some of the cross-referencing for numeric ops.

@ngzhian, can you take a look?