WebAssembly / simd

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

Fix TODOs #511

Closed rossberg closed 2 years ago

rossberg commented 2 years ago

Kill the remaining todos and fixmes:

This also fixes a bug in Int.Make().to_int_u which I ran into through one of the changes. Will fix it upstream as well.

ngzhian commented 2 years ago

Fixes, renames, refactoring LGTM, thanks!