Restore -msse3

This commit is contained in:
Martin Kroeker
2020-10-12 00:42:05 +02:00
committed by GitHub
parent 1c0b03efb4
commit bb74dd29db

View File

@@ -70,6 +70,9 @@ if (DEFINED TARGET)
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -mavx2")
endif()
endif()
if (DEFINED HAVE_SSE3)
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -msse3")
endif()
endif()
if (DEFINED TARGET)