Added comment [skip ci]

This commit is contained in:
Andrew Kane
2024-04-25 12:13:43 -07:00
parent 96fdf63787
commit 91cf4d223e

View File

@@ -531,6 +531,7 @@ CheckCenters(Relation index, VectorArray centers, IvfflatTypeInfo * typeInfo)
for (int j = 0; j < centers->dim; j++)
scratch[j] = 0;
/* /fp:fast may not propagate NaN with MSVC, but that's alright */
typeInfo->sumCenter(VectorArrayGet(centers, i), scratch);
for (int j = 0; j < centers->dim; j++)