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 8e51c81 commit 99942efCopy full SHA for 99942ef
internal/cosine/simd/cosine_stub.go
@@ -5,4 +5,6 @@ package simd
5
import "unsafe"
6
7
// stub
8
-func f32_cosine_distance(x unsafe.Pointer, y unsafe.Pointer, result unsafe.Pointer, size uint64)
+func f32_cosine_distance(x unsafe.Pointer, y unsafe.Pointer, result unsafe.Pointer, size uint64) {
9
+ panic("not implemented")
10
+}
0 commit comments