WebAssembly / simd

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

Fix SIMD load splat/extend names in binary and text section of spec #405

Closed ngzhian closed 3 years ago

ngzhian commented 3 years ago

Follow up to #297 for renaming the instructions in binary and text sections in the spec.

ngzhian commented 3 years ago

@rossberg ptal, thanks!

Maratyszcza commented 3 years ago

IMO we should similarly rename bitmask, i8x16.shuffle, and i8x16.swizzle instructions

ngzhian commented 3 years ago

IMO we should similarly rename bitmask, i8x16.shuffle, and i8x16.swizzle instructions

Are you saying i8x16.{shuffle,swizzle} should be v8x16? If so, #316 for context on why we chose we went with i8x16. If you object to that decision feel free to reopen that issue.