We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0b03e commit bb74dd2Copy full SHA for bb74dd2
1 file changed
cmake/system.cmake
@@ -70,6 +70,9 @@ if (DEFINED TARGET)
70
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -mavx2")
71
endif()
72
73
+ if (DEFINED HAVE_SSE3)
74
+ set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -msse3")
75
+ endif()
76
77
78
if (DEFINED TARGET)
0 commit comments