summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 5fae1b64d..38bf5d475 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -1054,6 +1054,9 @@ enum ASTNodes {
// half precision opcodes
F32_F16LoadMem = 0x30,
F32_F16StoreMem = 0x31,
+ F16x8Splat = 0x120,
+ F16x8ExtractLane = 0x121,
+ F16x8ReplaceLane = 0x122,
// bulk memory opcodes