mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 11:03:03 +08:00
core: fix convertTo() AVX2 optimization
This commit is contained in:
parent
c0dc2f2bb3
commit
b4716b1d92
@ -3678,7 +3678,7 @@ cvtScale_<short, int, float>( const short* src, size_t sstep,
|
|||||||
if (CV_CPU_HAS_SUPPORT_AVX2)
|
if (CV_CPU_HAS_SUPPORT_AVX2)
|
||||||
{
|
{
|
||||||
opt_AVX2::cvtScale_s16s32f32Line_AVX2(src, dst, scale, shift, size.width);
|
opt_AVX2::cvtScale_s16s32f32Line_AVX2(src, dst, scale, shift, size.width);
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#if CV_SSE2
|
#if CV_SSE2
|
||||||
|
Loading…
Reference in New Issue
Block a user