mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Use more precise SIMD flags and detect actual x86_64 SIMD features
This commit is contained in:
@@ -23,9 +23,8 @@ INCLUDEPATH += ../../../lz4
|
||||
INCLUDEPATH += $$LIBNANOMSGSRC/src
|
||||
INCLUDEPATH += $$LIBCM256CCSRC
|
||||
|
||||
DEFINES += USE_SIMD=1
|
||||
DEFINES += USE_SSE=1
|
||||
QMAKE_CXXFLAGS += -msse4.1
|
||||
DEFINES += USE_SSSE3=1
|
||||
QMAKE_CXXFLAGS += -mssse3
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
|
||||
Reference in New Issue
Block a user