Sort various things to reduce merge hell. No functional changes.
[ardour.git] / libs / ardour / sse_functions_xmm.cc
index 5554462132d09275bcfb862d0ac562d13f328b05..9b37c37912c08ad0965e4e3bf3d2694f48abdcf1 100644 (file)
@@ -22,7 +22,7 @@
 #include <ardour/types.h>
 
 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;