13 lines
706 B
Diff
13 lines
706 B
Diff
diff -up webrtc-audio-processing-0.2/webrtc/common_audio/fir_filter.cc.x86_sse2 webrtc-audio-processing-0.2/webrtc/common_audio/fir_filter.cc
|
|
--- webrtc-audio-processing-0.2/webrtc/common_audio/fir_filter.cc.x86_sse2 2015-11-19 06:41:44.000000000 -0600
|
|
+++ webrtc-audio-processing-0.2/webrtc/common_audio/fir_filter.cc 2016-05-16 12:31:21.558877588 -0500
|
|
@@ -45,7 +45,7 @@ FIRFilter* FIRFilter::Create(const float
|
|
FIRFilter* filter = NULL;
|
|
// If we know the minimum architecture at compile time, avoid CPU detection.
|
|
#if defined(WEBRTC_ARCH_X86_FAMILY)
|
|
-#if defined(__SSE2__)
|
|
+#if 0 //defined(__SSE2__)
|
|
filter =
|
|
new FIRFilterSSE2(coefficients, coefficients_length, max_input_length);
|
|
#else
|