diff --git a/src/target/source/codegen_c.cc b/src/target/source/codegen_c.cc index a99285144c23..69dab6238225 100644 --- a/src/target/source/codegen_c.cc +++ b/src/target/source/codegen_c.cc @@ -937,7 +937,7 @@ void CodeGenC::PrintVecElemLoadExpr(DataType t, int i, const std::string& value, if (i == 0) { os << "(("; PrintType(t, os); - os << t.lanes() << ")("; + os << ")("; } os << value; if (i != t.lanes() - 1) {