Use double [skip ci]

This commit is contained in:
Andrew Kane
2022-02-12 23:28:35 -08:00
parent c1d6b9b41b
commit 8374498e6c

View File

@@ -264,7 +264,7 @@ MiniBatchKmeans(IvfflatBuildState * buildstate)
Vector *x;
int *v;
int *d;
float eta;
double eta;
/* Set support functions */
FmgrInfo *procinfo = index_getprocinfo(buildstate->index, 1, IVFFLAT_KMEANS_DISTANCE_PROC);