Commit d2174e2e authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #13775 from terfendail:morph_fix

parents f67b197d 07c10d6f
......@@ -159,7 +159,7 @@ template<class VecUpdate> struct MorphRowVec
i += vtype::nlanes/2;
}
return i;
return i - i % cn;
}
int ksize, anchor;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment