Reorder args to with_gain functions to match bqvec; docs; build fixes

This commit is contained in:
Chris Cannam
2014-09-05 09:02:49 +01:00
parent 7ad3bcd729
commit 6f361078f9
7 changed files with 30 additions and 34 deletions

View File

@@ -80,7 +80,7 @@ public:
}
inline void add(T *const R__ dst, T scale) const {
v_add_with_gain(dst, m_cache, m_size, scale);
v_add_with_gain(dst, m_cache, scale, m_size);
}
inline T getRMS() const {