Changes between Version 25 and Version 26 of GcnInstrsVop1
- Timestamp:
- 06/14/17 19:00:30 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GcnInstrsVop1
v25 v26 189 189 NOTE: OMOD and CLAMP modifier affects only for instruction that output is 190 190 floating point value.<br /> 191 NOTE: ABS and negation is applied to source operand for any instruction.</p> 191 NOTE: ABS and negation is applied to source operand for any instruction.<br /> 192 NOTE: OMOD modifier doesn't work for half precision (FP16) instructions.</p> 192 193 <p>Negation and absolute value can be combined: <code>-ABS(V0)</code>. Modifiers CLAMP and 193 194 OMOD (MUL:2, MUL:4 and DIV:2) can be given in random order.</p>