GPU/Shader Instruction Set: Difference between revisions
No edit summary |
|||
Line 65: | Line 65: | ||
! Name | ! Name | ||
! Description | ! Description | ||
|- | |||
| 0x00 | |||
| 1 | |||
| ADD | |||
| Adds two vectors component by component; DST[i] = SRC1[i]+SRC2[i] for all i (modulo destination component masking) | |||
|- | |- | ||
| 0x01 | | 0x01 |