Changes between Version 25 and Version 26 of GcnInstrsVop1


Ignore:
Timestamp:
06/14/17 19:00:30 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsVop1

    v25 v26  
    189189NOTE: OMOD and CLAMP modifier affects only for instruction that output is
    190190floating point value.<br />
    191 NOTE: ABS and negation is applied to source operand for any instruction.</p>
     191NOTE: ABS and negation is applied to source operand for any instruction.<br />
     192NOTE: OMOD modifier doesn't work for half precision (FP16) instructions.</p>
    192193<p>Negation and absolute value can be combined: <code>-ABS(V0)</code>. Modifiers CLAMP and
    193194OMOD (MUL:2, MUL:4 and DIV:2) can be given in random order.</p>