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 e72e34e + c3bea59 commit bd1334aCopy full SHA for bd1334a
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