We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37ccad commit cd721feCopy full SHA for cd721fe
src/distance-cpu.c
@@ -20,7 +20,7 @@
20
char *distance_backend_name = "CPU";
21
distance_function_t dispatch_distance_table[VECTOR_DISTANCE_MAX][VECTOR_TYPE_MAX] = {0};
22
23
-// MARK: - FLOAT32 -
+// MARK: FLOAT32 -
24
25
float float32_distance_l2_impl_cpu (const void *v1, const void *v2, int n, bool use_sqrt) {
26
const float *a = (const float *)v1;
0 commit comments