7 lines
182 B
Go
7 lines
182 B
Go
|
|
// Code generated by command: go run asm.go -out masks.s -stubs stub.go. DO NOT EDIT.
|
||
|
|
|
||
|
|
package masks
|
||
|
|
|
||
|
|
// Masks computes the sum 1+2+...+15 in two ways.
|
||
|
|
func Masks() (uint16, uint64)
|