Changes between Version 15 and Version 16 of ClrxAsmPseudoOps


Ignore:
Timestamp:
01/01/17 23:00:22 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmPseudoOps

    v15 v16  
    1010<p>This pseudo-operation should to be at begin of source.
    1111Choose 32-bit binaries (it have meaningful for the AMD Catalyst and GalliumCompute
    12 binary format). For AMD Catalyst OpenCL 1.2 format, it determines bitness of address.
    13 For GalliumCompute, it determines bitness of inner ELF binary.</p>
     12binary format). For AMD Catalyst OpenCL 1.2 and 2.0 format, it determines
     13bitness of address. For GalliumCompute, it determines bitness of inner ELF binary.
     14For ROCm binary format, bitness is ignored.</p>
    1415<h3>.64bit</h3>
    1516<p>This pseudo-operation should to be at begin of source.
    1617Choose 64-bit binaries (it have meaningful for the AMD Catalyst and GalliumCompute
    17 binary format). For AMD Catalyst OpenCL 1.2 format, it determines bitness of address.
    18 For GalliumCompute, it determines bitness of inner ELF binary.</p>
     18binary format). For AMD Catalyst OpenCL 1.2 and 2.0 format, it determines
     19bitness of address. For GalliumCompute, it determines bitness of inner ELF binary.
     20For ROCm binary format, bitness is ignored.</p>
    1921<h3>.abort</h3>
    2022<p>Aborts compilation.</p>