examples/dot: initial version

Implements dot product in avo.

Closes #4
This commit is contained in:
Michael McLoughlin
2018-12-30 18:46:36 -08:00
parent 18cdf50d7c
commit edc4d3f00c
5 changed files with 209 additions and 0 deletions

5
examples/dot/stub.go Normal file
View File

@@ -0,0 +1,5 @@
// Code generated by command: go run asm.go -out dot.s -stubs stub.go. DO NOT EDIT.
package dot
func Dot(x []float32, y []float32) float32