Skip to content

Commit d0bdf99

Browse files
committed
check correct flag
1 parent 74defef commit d0bdf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/precomp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
#include <cstring>
7676
#include <cassert>
7777

78-
#define USE_SSE2 (cv::checkHardwareSupport(CV_CPU_SSE))
78+
#define USE_SSE2 (cv::checkHardwareSupport(CV_CPU_SSE2))
7979
#define USE_SSE4_2 (cv::checkHardwareSupport(CV_CPU_SSE4_2))
8080
#define USE_AVX (cv::checkHardwareSupport(CV_CPU_AVX))
8181
#define USE_AVX2 (cv::checkHardwareSupport(CV_CPU_AVX2))

0 commit comments

Comments
 (0)