From 6a72b12238f88c5049d163dadd7050c72f268828 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 1 Nov 2016 00:27:20 +0100 Subject: [PATCH] Tx ph.2: Windows build: activate SIMD instructions for sdrbase and modam modules --- plugins/channeltx/modam/modam.pro | 2 ++ sdrbase/sdrbase.pro | 1 + 2 files changed, 3 insertions(+) diff --git a/plugins/channeltx/modam/modam.pro b/plugins/channeltx/modam/modam.pro index b2fe8b5b8..02d6ece06 100644 --- a/plugins/channeltx/modam/modam.pro +++ b/plugins/channeltx/modam/modam.pro @@ -13,6 +13,8 @@ TARGET = modam INCLUDEPATH += $$PWD INCLUDEPATH += ../../../sdrbase +DEFINES += USE_SIMD=1 + CONFIG(Release):build_subdir = release CONFIG(Debug):build_subdir = debug diff --git a/sdrbase/sdrbase.pro b/sdrbase/sdrbase.pro index 1653d3ddb..efe6c36a6 100644 --- a/sdrbase/sdrbase.pro +++ b/sdrbase/sdrbase.pro @@ -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