mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-13 11:51:47 -05:00
Tx ph.2: Windows build: activate SIMD instructions for sdrbase and modam modules
This commit is contained in:
parent
704e6e05ae
commit
6a72b12238
@ -13,6 +13,8 @@ TARGET = modam
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
|
||||
DEFINES += USE_SIMD=1
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
|
||||
|
@ -14,6 +14,7 @@ INCLUDEPATH += $$PWD
|
||||
DEFINES += USE_KISSFFT=1
|
||||
DEFINES += __WINDOWS__=1
|
||||
DEFINES += DSD_USE_SERIALDV=1
|
||||
DEFINES += USE_SIMD=1
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
|
Loading…
Reference in New Issue
Block a user