From fc7346918f8d15ce45639472f00fea5fa8102ff0 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Tue, 19 May 2020 10:17:07 -0700 Subject: Implement i64x2.mul (#2860) This is the only instruction in the current spec proposal that had not yet been implemnented in the tools. --- src/wasm-binary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 7a2e33864..995adde2a 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -848,7 +848,7 @@ enum ASTNodes { I64x2ShrU = 0xcd, I64x2Add = 0xce, I64x2Sub = 0xd1, - // TODO: i64x2.mul + I64x2Mul = 0xd5, F32x4Abs = 0xe0, F32x4Neg = 0xe1, -- cgit v1.2.3