mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 21:39:19 +08:00
8a4c0d4a3f
issue #28657 follow https://pkg.go.dev/cmd/go#hdr-Build_constraints to compile go assembly with different cpu arch Signed-off-by: chasingegg <chao.gao@zilliz.com>
7 lines
183 B
Go
7 lines
183 B
Go
// Code generated by command: go run l2.go -out l2_amd64.s -stubs l2_stub_amd64.go. DO NOT EDIT.
|
|
|
|
package asm
|
|
|
|
// squared l2 between x and y
|
|
func L2(x []float32, y []float32) float32
|