mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
fix bug 22450
This commit is contained in:
parent
70fb1cd603
commit
b69b1eae8f
@ -21,7 +21,7 @@ enum { FAST_VEC_NLANES=4 };
|
||||
#define CONV_MR 4
|
||||
#define CONV_NR 24
|
||||
|
||||
#ifdef CV_AVX2
|
||||
#if CV_AVX2
|
||||
enum { FAST_VEC_NLANES=8 }; // AVX2
|
||||
#else
|
||||
enum { FAST_VEC_NLANES=4 }; // SIMD 128
|
||||
|
Loading…
Reference in New Issue
Block a user