We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74defef commit d0bdf99Copy full SHA for d0bdf99
modules/core/src/precomp.hpp
@@ -75,7 +75,7 @@
75
#include <cstring>
76
#include <cassert>
77
78
-#define USE_SSE2 (cv::checkHardwareSupport(CV_CPU_SSE))
+#define USE_SSE2 (cv::checkHardwareSupport(CV_CPU_SSE2))
79
#define USE_SSE4_2 (cv::checkHardwareSupport(CV_CPU_SSE4_2))
80
#define USE_AVX (cv::checkHardwareSupport(CV_CPU_AVX))
81
#define USE_AVX2 (cv::checkHardwareSupport(CV_CPU_AVX2))
0 commit comments