mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-02 18:50:56 +08:00
Removed dimensions check [skip ci]
This commit is contained in:
@@ -492,8 +492,6 @@ vector_l2_squared_distance(PG_FUNCTION_ARGS)
|
||||
double distance = 0.0;
|
||||
double diff;
|
||||
|
||||
CheckDims(a, b);
|
||||
|
||||
/* Auto-vectorized */
|
||||
for (int i = 0; i < a->dim; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user