Changes between Version 16 and Version 17 of GcnInstrsVop1


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsVop1

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