From 368f8a743c8322c3a01633f0cfa8ce205d58fb49 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Mon, 4 Nov 2019 15:44:19 -0800 Subject: Add i32x4.dot_i16x8_s (#2420) This experimental instruction is specified in https://github.com/WebAssembly/simd/pull/127 and is being implemented to enable further investigation of its performance impact. --- src/wasm-binary.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 2a457f5a7..7014fd875 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -831,6 +831,7 @@ enum ASTNodes { I32x4MinU = 0x81, I32x4MaxS = 0x82, I32x4MaxU = 0x83, + I32x4DotSVecI16x8 = 0xd9, I64x2Neg = 0x84, I64x2AnyTrue = 0x85, I64x2AllTrue = 0x86, -- cgit v1.2.3