Skip to content

Commit adebd06

Browse files
committed
Issue 297 - FORCE_SSE is always active on i386/amd64
1 parent 48b9bac commit adebd06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ set(direwolf_VERSION_PATCH "0")
99
set(direwolf_VERSION_SUFFIX "Development")
1010

1111
# options
12-
option(FORCE_SSE "Compile with SSE instruction only" OFF)
12+
# See Issue 297.
13+
option(FORCE_SSE "Compile with SSE instruction only" ON)
1314
option(FORCE_SSSE3 "Compile with SSSE3 instruction only" OFF)
1415
option(FORCE_SSE41 "Compile with SSE4.1 instruction only" OFF)
1516
option(OPTIONAL_TEST "Compile optional test (might be broken)" OFF)

0 commit comments

Comments
 (0)