summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-24 17:12:06 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-24 17:12:06 +0000
commitaa76272ae789a1120478840f12be18585340cd6b (patch)
tree402d7a377707318ac2dfab217e0533ac221bf16f /libs/ardour/globals.cc
parent0925abbc92bab66224b8886dcc21e6f2d4641afa (diff)
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
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc3
1 files changed, 1 insertions, 2 deletions
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;