diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h index 153cb4764..d361652b4 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -472,6 +472,7 @@ enum BinaryOp { RelaxedMaxVecF32x4, RelaxedMinVecF64x2, RelaxedMaxVecF64x2, + RelaxedQ15MulrSVecI16x8, InvalidBinary }; |