WebAssembly / simd

Branch of the spec repo scoped to discussion of SIMD in WebAssembly
Other
531 stars 43 forks source link

Tracking instructions with unassigned opcodes #421

Closed tlively closed 3 years ago

tlively commented 3 years ago

We don't want to do another full renumbering, but we also want to choose reasonable opcodes for new instructions, so we decided here and in the 1/8/21 meeting that beginning with #376, the final opcodes of all newly merged instructions will be decided after we finalize the instruction set. The opcodes of instructions merged earlier than #376 will not change.

Here is a (hopefully up-to-date) list of instructions whose opcodes will need to be finalized:

Maratyszcza commented 3 years ago

A couple more:

ngzhian commented 3 years ago

Closing, this is done, and superseded by #452