Issue 297 - FORCE_SSE is always active on i386/amd64

This commit is contained in:
wb2osz 2020-11-14 10:14:43 -05:00
parent 48b9bac872
commit adebd06a05
1 changed files with 2 additions and 1 deletions

View File

@ -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)