WebAssembly / simd

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

[spectext] Load lane and store lane validation and semantics #445

Closed ngzhian closed 3 years ago

ngzhian commented 3 years ago

Load lane and store lane instructions added in #350.

ngzhian commented 3 years ago

I think loadN_lane and loadN_zero could be merged into one, similar to how load and loadn has the if/else case. But not sure if that will make things less or more clear.