core: fix convertTo() AVX2 optimization

This commit is contained in:
Alexander Alekhin 2017-07-17 15:02:14 +03:00
parent c0dc2f2bb3
commit b4716b1d92

View File

@ -3678,7 +3678,7 @@ cvtScale_<short, int, float>( const short* src, size_t sstep,
if (CV_CPU_HAS_SUPPORT_AVX2)
{
opt_AVX2::cvtScale_s16s32f32Line_AVX2(src, dst, scale, shift, size.width);
return;
continue;
}
#endif
#if CV_SSE2