Commit b4716b1d authored by Alexander Alekhin's avatar Alexander Alekhin

core: fix convertTo() AVX2 optimization

parent c0dc2f2b
......@@ -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
......
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