Changes between Version 11 and Version 12 of ClrxAsmPseudoOps


Ignore:
Timestamp:
05/07/16 18:01:48 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmPseudoOps

    v11 v12  
    99<h3>.32bit</h3>
    1010<p>This pseudo-operation should to be at begin of source.
    11 Choose 32-bit binaries (it have meaningful for the AMD Catalyst binary format)</p>
     11Choose 32-bit binaries (it have meaningful for the AMD Catalyst and GalliumCompute
     12binary format). For AMD Catalyst OpenCL 1.2 format, it determines bitness of address.
     13For GalliumCompute, it determines bitness of inner ELF binary.</p>
    1214<h3>.64bit</h3>
    1315<p>This pseudo-operation should to be at begin of source.
    14 Choose 64-bit binaries (it have meaning for the AMD Catalyst binary format)</p>
     16Choose 64-bit binaries (it have meaningful for the AMD Catalyst and GalliumCompute
     17binary format). For AMD Catalyst OpenCL 1.2 format, it determines bitness of address.
     18For GalliumCompute, it determines bitness of inner ELF binary.</p>
    1519<h3>.abort</h3>
    1620<p>Aborts compilation.</p>