summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 8006bd319..d4b53f5bb 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -392,6 +392,9 @@ enum BinaryOp {
NarrowSVecI32x4ToVecI16x8,
NarrowUVecI32x4ToVecI16x8,
+ // SIMD Swizzle
+ SwizzleVec8x16,
+
InvalidBinary
};