GSFFindIndexOfMinimum : Documentation fixes
Compare changes
+ 20
− 21
@@ -14,13 +14,12 @@
@@ -29,25 +28,23 @@
@@ -344,7 +341,7 @@ float vecFindMinimum(const float* distancesIn, int n) {
@@ -368,10 +365,12 @@ int32_t vecIdxofValue(const float value, const float* distancesIn, int n) {
@@ -389,7 +388,7 @@ int32_t vecMinThenIdx(const float* distancesIn, int n) {