mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-03 11:10:56 +08:00
Use consistent naming [skip ci]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user