Merge pull request #13775 from terfendail:morph_fix

This commit is contained in:
Alexander Alekhin 2019-02-07 15:53:58 +00:00
commit d2174e2e75

View File

@ -159,7 +159,7 @@ template<class VecUpdate> struct MorphRowVec
i += vtype::nlanes/2; i += vtype::nlanes/2;
} }
return i; return i - i % cn;
} }
int ksize, anchor; int ksize, anchor;