diff --git a/sdrgui/gui/glspectrum.cpp b/sdrgui/gui/glspectrum.cpp
index 1a9356469..69ad6d5ab 100644
--- a/sdrgui/gui/glspectrum.cpp
+++ b/sdrgui/gui/glspectrum.cpp
@@ -15,7 +15,7 @@
// along with this program. If not, see . //
///////////////////////////////////////////////////////////////////////////////////
-#ifdef USE_SSE2
+#if 0 //def USE_SSE2
#include
#endif
@@ -416,7 +416,7 @@ void GLSpectrum::updateHistogram(const std::vector& spectrum)
m_currentSpectrum = &spectrum; // Store spectrum for current spectrum line display
-#ifdef USE_SSE2
+#if 0 //def USE_SSE2
if(m_decay >= 0) { // normal
const __m128 refl = {m_referenceLevel, m_referenceLevel, m_referenceLevel, m_referenceLevel};
const __m128 power = {m_powerRange, m_powerRange, m_powerRange, m_powerRange};