WebAssembly / flexible-vectors

Vector operations for WebAssembly
https://webassembly.github.io/flexible-vectors/
Other
46 stars 6 forks source link

Introduce instruction encoding #39

Closed penzn closed 2 years ago

penzn commented 2 years ago

Use prefixes to distinguish between lane type. Bucket instructions by broader categories.

Drive-by changes to instruction list: add float logical shift, fix left over vN encoding, minor formatting changes.

penzn commented 2 years ago

@ngzhian feel free to take a look :)

penzn commented 2 years ago

@ngzhian thank you for the review - important issues uncovered! :)