mirror of https://github.com/wb2osz/direwolf.git
Issue 297 - FORCE_SSE is always active on i386/amd64
This commit is contained in:
parent
48b9bac872
commit
adebd06a05
|
@ -9,7 +9,8 @@ set(direwolf_VERSION_PATCH "0")
|
|||
set(direwolf_VERSION_SUFFIX "Development")
|
||||
|
||||
# options
|
||||
option(FORCE_SSE "Compile with SSE instruction only" OFF)
|
||||
# See Issue 297.
|
||||
option(FORCE_SSE "Compile with SSE instruction only" ON)
|
||||
option(FORCE_SSSE3 "Compile with SSSE3 instruction only" OFF)
|
||||
option(FORCE_SSE41 "Compile with SSE4.1 instruction only" OFF)
|
||||
option(OPTIONAL_TEST "Compile optional test (might be broken)" OFF)
|
||||
|
|
Loading…
Reference in New Issue