Skip to content

Commit cd721fe

Browse files
committed
Minor fix
1 parent a37ccad commit cd721fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/distance-cpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
char *distance_backend_name = "CPU";
2121
distance_function_t dispatch_distance_table[VECTOR_DISTANCE_MAX][VECTOR_TYPE_MAX] = {0};
2222

23-
// MARK: - FLOAT32 -
23+
// MARK: FLOAT32 -
2424

2525
float float32_distance_l2_impl_cpu (const void *v1, const void *v2, int n, bool use_sqrt) {
2626
const float *a = (const float *)v1;

0 commit comments

Comments
 (0)