7 lines
173 B
Go
7 lines
173 B
Go
// Code generated by command: go run asm.go -out sum.s -stubs stub.go. DO NOT EDIT.
|
|
|
|
package sum
|
|
|
|
// Sum returns the sum of the elements in xs.
|
|
func Sum(xs []uint64) uint64
|