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.
2 parents 156871d + d0bdf99 commit a8aff6fCopy full SHA for a8aff6f
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