7 lines
168 B
Go
7 lines
168 B
Go
|
|
// Code generated by command: go run asm.go -out upper32.s -stubs stub.go. DO NOT EDIT.
|
||
|
|
|
||
|
|
package upper32
|
||
|
|
|
||
|
|
// Upper32 computes the sum 1+2+...+42.
|
||
|
|
func Upper32() uint64
|