Changes between Version 13 and Version 14 of GcnInstrsVop2


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsVop2

    v13 v14  
    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>
     1882.0, 4.0 or 0.5 respectively. </li>
    189189<li>-SRC - negate floating point value from source operand</li>
    190190<li>ABS(SRC) - apply absolute value to source operand</li>
    191191</ul>
     192<p>NOTE: OMOD modifier doesn't work if output denormals are allowed
     193(5 bit of MODE register for single precision or 7 bit for double precision).</p>
    192194<p>Negation and absolute value can be combined: <code>-ABS(V0)</code>. Modifiers CLAMP and
    193195OMOD (MUL:2, MUL:4 and DIV:2) can be given in random order.</p>