Use consistent naming [skip ci]

This commit is contained in:
Andrew Kane
2024-04-08 14:56:59 -07:00
parent 3eba34e5e3
commit 191c8e1cca
3 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
#include "halfvec.h"
extern float (*HalfvecL2DistanceSquared) (int dim, half * ax, half * bx);
extern float (*HalfvecL2SquaredDistance) (int dim, half * ax, half * bx);
extern float (*HalfvecInnerProduct) (int dim, half * ax, half * bx);
void HalfvecInit(void);