From 5d5e4654d0fd6165f7ddad88a20ce17ffa4caad6 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Sat, 9 Apr 2022 13:27:37 +0900 Subject: [SIMD] Make swizzle's opcode name consistent (NFC) (#4585) Other opcode ends with `Inxm` or `Fnxm` (where n and m are integers), while `i8x16.swizzle`'s opcode name doesn't have an `I` in there. --- src/tools/fuzzing/fuzzing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/fuzzing/fuzzing.cpp') diff --git a/src/tools/fuzzing/fuzzing.cpp b/src/tools/fuzzing/fuzzing.cpp index a41e6704e..064871931 100644 --- a/src/tools/fuzzing/fuzzing.cpp +++ b/src/tools/fuzzing/fuzzing.cpp @@ -2442,7 +2442,7 @@ Expression* TranslateToFuzzReader::makeBinary(Type type) { NarrowUVecI16x8ToVecI8x16, NarrowSVecI32x4ToVecI16x8, NarrowUVecI32x4ToVecI16x8, - SwizzleVec8x16), + SwizzleVecI8x16), make(Type::v128), make(Type::v128)}); } -- cgit v1.2.3