!sum | |
# For binary operations, we constrain their two inputs and one output to the | |
# same Go type using a variable. | |
- go: Add | |
asm: "V?PADD$xi|V?ADDP$xf" | |
in: | |
- go: $t | |
- go: $t | |
out: | |
- go: $t | |
- go: Sub | |
goarch: amd64 | |
asm: "V?PSUB$xi|V?SUBP$xf" | |
in: | |
- go: $t | |
- go: $t | |
out: | |
- go: $t |