From aa76272ae789a1120478840f12be18585340cd6b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 24 Jun 2012 17:12:06 +0000 Subject: Revert to using SSE mix-buffers-with-gain rather than simple one. git-svn-id: svn://localhost/ardour2/branches/3.0@12918 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/globals.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libs/ardour/globals.cc') diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc index b2fd8282fe..c2d524ccc7 100644 --- a/libs/ardour/globals.cc +++ b/libs/ardour/globals.cc @@ -137,8 +137,7 @@ setup_hardware_optimization (bool try_optimization) compute_peak = x86_sse_compute_peak; find_peaks = x86_sse_find_peaks; apply_gain_to_buffer = x86_sse_apply_gain_to_buffer; - // mix_buffers_with_gain = x86_sse_mix_buffers_with_gain; - mix_buffers_with_gain = default_mix_buffers_with_gain; + mix_buffers_with_gain = x86_sse_mix_buffers_with_gain; mix_buffers_no_gain = x86_sse_mix_buffers_no_gain; generic_mix_functions = false; -- cgit v1.2.3