mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
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:
parent
0925abbc92
commit
aa76272ae7
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue