Changes between Version 16 and Version 17 of GcnInstrsVop2


Ignore:
Timestamp:
12/04/15 19:00:16 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsVop2

    v16 v17  
    186186<li>CLAMP - clamps destination floating point value in range 0.0-1.0</li>
    187187<li>MUL:2, MUL:4, DIV:2 - OMOD modifiers. Multiply destination floating point value by
    188 2.0, 4.0 or 0.5 respectively. </li>
    189 <li>-SRC - negate floating point value from source operand</li>
     1882.0, 4.0 or 0.5 respectively. Clamping applied after OMOD modifier.</li>
     189<li>-SRC - negate floating point value from source operand. Applied after ABS modifier.</li>
    190190<li>ABS(SRC) - apply absolute value to source operand</li>
    191191</ul>