2019-09-16 11:01:48 -07:00
|
|
|
// Code generated by command: go run asm.go -out pragma.s -stubs stub.go. DO NOT EDIT.
|
|
|
|
|
|
|
|
|
|
package pragma
|
|
|
|
|
|
|
|
|
|
// Add adds the values at x and y and writes the result to z.
|
2022-09-05 22:15:01 -07:00
|
|
|
//
|
2019-09-16 11:01:48 -07:00
|
|
|
//go:noescape
|
|
|
|
|
func Add(z *uint64, x *uint64, y *uint64)
|