mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
spatialGradient: Add CV_SSE2 check
This commit is contained in:
parent
ed38ca5179
commit
90c398ea67
@ -128,7 +128,7 @@ void spatialGradient( InputArray _src, OutputArray _dx, OutputArray _dy,
|
||||
|
||||
int i_start = 0;
|
||||
int j_start = 0;
|
||||
#if CV_SIMD128
|
||||
#if CV_SIMD128 && CV_SSE2
|
||||
uchar *m_src;
|
||||
short *n_dx, *n_dy;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user