From 5a3dbe4bfce4ee4f1a06851f5bd25d99fd14b586 Mon Sep 17 00:00:00 2001 From: Hoernchen Date: Tue, 7 Jul 2015 22:28:50 +0200 Subject: [PATCH] Allow building without sse #2. --- include-gpl/dsp/interpolator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include-gpl/dsp/interpolator.h b/include-gpl/dsp/interpolator.h index e498fb3d4..961db9123 100644 --- a/include-gpl/dsp/interpolator.h +++ b/include-gpl/dsp/interpolator.h @@ -55,7 +55,7 @@ private: { if (phase < 0) phase = 0; -#if 1 +#if USE_SIMD // beware of the ringbuffer if(m_ptr == 0) { // only one straight block