2018-12-18 22:57:26 -08:00
|
|
|
// Code generated by command: go run asm.go -out sum.s -stubs stub.go. DO NOT EDIT.
|
|
|
|
|
|
2018-12-11 23:02:50 -08:00
|
|
|
package sum
|
|
|
|
|
|
2018-12-27 23:09:44 -08:00
|
|
|
// Sum returns the sum of the elements in xs.
|
2018-12-11 23:02:50 -08:00
|
|
|
func Sum(xs []uint64) uint64
|