GPU/Shader Instruction Set: Difference between revisions
m format 5 src order |
m MAD operand order |
||
| Line 301: | Line 301: | ||
| 5 | | 5 | ||
| MAD | | MAD | ||
| Multiplies two vectors and adds a third one component by component; DST[i] = | | Multiplies two vectors and adds a third one component by component; DST[i] = SRC1[i] + SRC2[i].SRC3[i] for all i (modulo destination component masking) | ||
|} | |} | ||