diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h index 6f82196b7..a707ab7a4 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -179,6 +179,13 @@ enum UnaryOp { NegVecI64x2, AllTrueVecI64x2, BitmaskVecI64x2, + AbsVecF16x8, + NegVecF16x8, + SqrtVecF16x8, + CeilVecF16x8, + FloorVecF16x8, + TruncVecF16x8, + NearestVecF16x8, AbsVecF32x4, NegVecF32x4, SqrtVecF32x4, |