GPU/Shader Instruction Set: Difference between revisions

Smea (talk | contribs)
m clarification
Epac (talk | contribs)
mNo edit summary
Line 142: Line 142:
|  1
|  1
|  MIN
|  MIN
|  Takes the max of two vectors, component by component; DST[i] = MIN(SRC1[i], SRC2[i]) for all i (modulo destination component masking)
|  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