mirror of
https://github.com/opencv/opencv.git
synced 2025-07-31 09:57:28 +08:00
cmake: set minimal CPU instruction to SSE3 (x64)
This commit is contained in:
parent
772a8188c0
commit
c3bea59a76
@ -243,7 +243,7 @@ if(X86 OR X86_64)
|
||||
|
||||
if(NOT DEFINED CPU_BASELINE)
|
||||
if(X86_64)
|
||||
set(CPU_BASELINE "SSSE3" CACHE STRING "${HELP_CPU_BASELINE}")
|
||||
set(CPU_BASELINE "SSE3" CACHE STRING "${HELP_CPU_BASELINE}")
|
||||
else()
|
||||
set(CPU_BASELINE "SSE2" CACHE STRING "${HELP_CPU_BASELINE}")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user