Ask Your Question

Revision history [back]

SSE support in OpenCV is controlled by ENABLE_SSE, ENABLE_SSE2, etc flags for cmake. You need just run cmake with -DENABLE_SSE3=OFF to cmake command line and it fix you issue. You can find list of SSEx and AVX flags in CmakeLists.txt in OpenCV source root directory.