1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

core: fix convertTo() AVX2 optimization

This commit is contained in:
Alexander Alekhin
2017-07-17 15:02:14 +03:00
parent c0dc2f2bb3
commit b4716b1d92
+1 -1
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