WebAssembly / simd

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

Implement i32x4.dot_i16x8_s #393

Closed ngzhian closed 3 years ago

ngzhian commented 3 years ago

It multiplies respective lanes from the 2 input operands into a wider lane, then adds adjacent lanes.

This was merged into the proposal in #127.