From b7a93cca37d2253ef36e4cc63ef38c3647404597 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 7 Jun 2022 15:46:38 -0700 Subject: Update relaxed SIMD instructions Update the opcodes for all relaxed SIMD instructions and remove the unsigned dot product instructions that are no longer in the proposal. --- src/wasm/wasm-validator.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/wasm/wasm-validator.cpp') diff --git a/src/wasm/wasm-validator.cpp b/src/wasm/wasm-validator.cpp index 57b52e182..54bc2f9d4 100644 --- a/src/wasm/wasm-validator.cpp +++ b/src/wasm/wasm-validator.cpp @@ -1636,8 +1636,7 @@ void FunctionValidator::visitBinary(Binary* curr) { case SwizzleVecI8x16: case RelaxedSwizzleVecI8x16: case RelaxedQ15MulrSVecI16x8: - case DotI8x16I7x16SToVecI16x8: - case DotI8x16I7x16UToVecI16x8: { + case DotI8x16I7x16SToVecI16x8: { shouldBeEqualOrFirstIsUnreachable( curr->left->type, Type(Type::v128), curr, "v128 op"); shouldBeEqualOrFirstIsUnreachable( -- cgit v1.2.3