From c3e666867cfd44768c9aa605abefde78274ace24 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 2 May 2007 15:21:51 +0000 Subject: reintroduce use of optimized functions for gain into buffer code, and cleanup the way they are declared to avoid depending on Session git-svn-id: svn://localhost/ardour2/branches/midi@1775 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/sse_functions_xmm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/sse_functions_xmm.cc') diff --git a/libs/ardour/sse_functions_xmm.cc b/libs/ardour/sse_functions_xmm.cc index 5554462132..9b37c37912 100644 --- a/libs/ardour/sse_functions_xmm.cc +++ b/libs/ardour/sse_functions_xmm.cc @@ -22,7 +22,7 @@ #include void -x86_sse_find_peaks(float *buf, nframes_t nframes, float *min, float *max) +x86_sse_find_peaks(const ARDOUR::Sample* buf, nframes_t nframes, float *min, float *max) { __m128 current_max, current_min, work; -- cgit v1.2.3