mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Update qm-dsp library (v1.7.1-20-g4d15479)
This commit is contained in:
parent
c05e6b2069
commit
b6768b4616
25 changed files with 372 additions and 338 deletions
|
|
@ -34,7 +34,7 @@ double CosineDistance::distance(const vector<double> &v1,
|
|||
}
|
||||
else
|
||||
{
|
||||
for(int i=0; i<v1.size(); i++)
|
||||
for(int i=0; i<int(v1.size()); i++)
|
||||
{
|
||||
dSum1 += v1[i]*v2[i];
|
||||
dDen1 += v1[i]*v1[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue