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, 3 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index fafb03d41..3d658d367 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -481,7 +481,9 @@ enum SIMDLoadOp {
LoadExtSVec16x4ToVecI32x4,
LoadExtUVec16x4ToVecI32x4,
LoadExtSVec32x2ToVecI64x2,
- LoadExtUVec32x2ToVecI64x2
+ LoadExtUVec32x2ToVecI64x2,
+ Load32Zero,
+ Load64Zero
};
enum SIMDTernaryOp { Bitselect, QFMAF32x4, QFMSF32x4, QFMAF64x2, QFMSF64x2 };