WebAssembly / simd

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

Update interpreter and text with finalized opcodes #486

Closed ngzhian closed 3 years ago

ngzhian commented 3 years ago

Opcodes were finalized in #452, this updates the interpreter and spec text to use these final opcodes.

I noticed some opcodes were missing from binary/instructions (floating-point rounding) and add them in.