You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2021. It is now read-only.
These were accepted into the proposal in #376.
There are 12 instructions in total:
- i16x8.extmul_{low,high}_i8x16_{s,u}
- i32x4.extmul_{low,high}_i16x8_{s,u}
- i64x2.extmul_{low,high}_i32x4_{s,u}
The implementation is straightforward, widen (using existing
operations), then a multiply with the wider shape.
The binary opcodes are not decided yet, they currently follow the ones
used in V8, when those are finalized, we can change it to match.
Added a test generation script that reuses some logic in the generator
for arithmetic instructions. Since these instructions have different
src and dst shapes, I tweaked the base class to allow for having
different shapes.
0 commit comments