WebAssembly / simd

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

[interpreter] Implement i8x16.popcnt #451

Closed ngzhian closed 3 years ago

ngzhian commented 3 years ago

Small fix to the test generation script, the order of applying operators was incorrect.

Includes a fix to popcnt implementation that is upstream (https://github.com/WebAssembly/spec/pull/1286).

ngzhian commented 3 years ago

Added decode and encode, force pushed because I rebased. Will merge after CI is green.