WebAssembly / simd

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

[interpreter] Add i64x2.eq and i64x2.ne #440

Closed ngzhian closed 3 years ago

ngzhian commented 3 years ago

These instructions were added in #381 and #411 respectively.

The binary opcodes for these are still not finalized, I'm using what V8 is using for now.