WebAssembly / simd

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

Rename i8x16.any_true to v128.any_true and remove other variants #426

Closed ngzhian closed 3 years ago

ngzhian commented 3 years ago

This was accepted in #416.

The test code is manually modified (this is not generated code), to always call v128.any_true. The exported function names are unchanged, and no tests are removed, since it is useful to test v128 of different constants.

For now, v128.any_true occupies the same binary opcode as i8x16.any_true, this can change after we finalize the instruction set.