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
This commit is contained in:
Carl Hetherington 2012-06-24 17:12:06 +00:00
parent 0925abbc92
commit aa76272ae7

View file

@ -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;