Changes between Version 41 and Version 42 of GcnInstrsVop3


Ignore:
Timestamp:
09/27/19 06:00:46 (5 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsVop3

    v41 v42  
    14991499    VDST = ASFLOAT(VDST)*POW(2.0,64)
    15001500else
    1501     VDST = ASFLOAT(VDST)*POW(-2.0,64)</code></p>
     1501    VDST = ASFLOAT(VDST)*POW(2.0,-64)</code></p>
    15021502<h4>V_DIV_FMAS_F64</h4>
    15031503<p>Opcode: 368 (0x170) for GCN 1.0/1.1; 483 (0x1e3) for GCN 1.2/1.4<br />
     
    15151515    VDST = ASDOUBLE(VDST)*POW(2.0,128)
    15161516else
    1517     VDST = ASDOUBLE(VDST)*POW(-2.0,128)</code></p>
     1517    VDST = ASDOUBLE(VDST)*POW(2.0,-128)</code></p>
    15181518<h4>V_DIV_SCALE_F32</h4>
    15191519<p>Opcode (VOP3B): 365 (0x16d) for GCN 1.0/1.1; 480 (0x1e0) for GCN 1.2/1.4<br />