GPU/Shader Instruction Set: Difference between revisions
m clarification |
mNo edit summary |
||
Line 142: | Line 142: | ||
| 1 | | 1 | ||
| MIN | | MIN | ||
| Takes the | | Takes the min of two vectors, component by component; DST[i] = MIN(SRC1[i], SRC2[i]) for all i (modulo destination component masking) | ||
|- | |- | ||
| 0x0E | | 0x0E |