!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[BWDQ]|V?ADDP[SD]" | |
in: | |
- go: $t | |
- go: $t | |
out: | |
- go: $t | |
- go: Sub | |
goarch: amd64 | |
asm: "V?PSUB[BWDQ]|V?SUBP[SD]" | |
in: | |
- go: $t | |
- go: $t | |
out: | |
- go: $t |