Skip to content

Commit bb74dd2

Browse files
authored
Restore -msse3
1 parent 1c0b03e commit bb74dd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/system.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ if (DEFINED TARGET)
7070
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -mavx2")
7171
endif()
7272
endif()
73+
if (DEFINED HAVE_SSE3)
74+
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -msse3")
75+
endif()
7376
endif()
7477

7578
if (DEFINED TARGET)

0 commit comments

Comments
 (0)