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 772a818 commit c3bea59Copy full SHA for c3bea59
cmake/OpenCVCompilerOptimizations.cmake
@@ -243,7 +243,7 @@ if(X86 OR X86_64)
243
244
if(NOT DEFINED CPU_BASELINE)
245
if(X86_64)
246
- set(CPU_BASELINE "SSSE3" CACHE STRING "${HELP_CPU_BASELINE}")
+ set(CPU_BASELINE "SSE3" CACHE STRING "${HELP_CPU_BASELINE}")
247
else()
248
set(CPU_BASELINE "SSE2" CACHE STRING "${HELP_CPU_BASELINE}")
249
endif()
0 commit comments