From 094deb0b1d1def452cb784191004a5e2001c6a99 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Thu, 7 Apr 2022 08:49:52 -0700 Subject: Implement i16x8.relaxed_q15mulr_s (#4583) As proposed in https://github.com/WebAssembly/relaxed-simd/issues/40. --- src/wasm-binary.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 051f77f58..859efee54 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -887,7 +887,7 @@ enum ASTNodes { I16x8Abs = 0x80, I16x8Neg = 0x81, - I16x8Q15mulrSatS = 0x82, + I16x8Q15MulrSatS = 0x82, I16x8AllTrue = 0x83, I16x8Bitmask = 0x84, I16x8NarrowI32x4S = 0x85, @@ -1037,6 +1037,7 @@ enum ASTNodes { F32x4RelaxedMax = 0xe2, F64x2RelaxedMin = 0xd4, F64x2RelaxedMax = 0xee, + I16x8RelaxedQ15MulrS = 0x111, // bulk memory opcodes -- cgit v1.2.3