Commit bd1334a8 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #8891 from alalek:cmake_build_x64_sse3

parents e72e34ec c3bea59a
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment