diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h index 2bf057c7b..3b736fcbc 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -473,6 +473,8 @@ enum BinaryOp { RelaxedMinVecF64x2, RelaxedMaxVecF64x2, RelaxedQ15MulrSVecI16x8, + DotI8x16I7x16SToVecI16x8, + DotI8x16I7x16UToVecI16x8, InvalidBinary }; @@ -552,6 +554,8 @@ enum SIMDTernaryOp { LaneselectI16x8, LaneselectI32x4, LaneselectI64x2, + DotI8x16I7x16AddSToVecI32x4, + DotI8x16I7x16AddUToVecI32x4, }; enum RefIsOp { |