summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index a86f77013..e54d628bd 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -238,6 +238,10 @@ enum UnaryOp {
// Half precision SIMD
SplatVecF16x8,
+ TruncSatSVecF16x8ToVecI16x8,
+ TruncSatUVecF16x8ToVecI16x8,
+ ConvertSVecI16x8ToVecF16x8,
+ ConvertUVecI16x8ToVecF16x8,
InvalidUnary
};