mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-11 09:08:34 +00:00
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")
|
set(direwolf_VERSION_SUFFIX "Development")
|
||||||
|
|
||||||
# options
|
# 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_SSSE3 "Compile with SSSE3 instruction only" OFF)
|
||||||
option(FORCE_SSE41 "Compile with SSE4.1 instruction only" OFF)
|
option(FORCE_SSE41 "Compile with SSE4.1 instruction only" OFF)
|
||||||
option(OPTIONAL_TEST "Compile optional test (might be broken)" OFF)
|
option(OPTIONAL_TEST "Compile optional test (might be broken)" OFF)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user