Changes between Version 29 and Version 30 of ClrxAsmInvoke


Ignore:
Timestamp:
07/28/19 23:00:48 (5 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmInvoke

    v29 v30  
    1010<h3>Invoking an assembler</h3>
    1111<p>The <code>clrxasm</code> can be invoked in following way:</p>
    12 <p>clrxasm [-6Swam?] [-D SYM[=VALUE]] [-I PATH] [-o OUTFILE] [-b BINFORMAT]
     12<p>clrxasm [-63Swam?] [-D SYM[=VALUE]] [-I PATH] [-o OUTFILE] [-b BINFORMAT]
    1313[-g GPUDEVICE] [-A ARCH] [-t VERSION] [--defsym=SYM[=VALUE]] [--includePath=PATH]
    1414[--output OUTFILE] [--binaryFormat=BINFORMAT] [--64bit] [--gpuType=GPUDEVICE]
    1515[--arch=ARCH] [--driverVersion=VERSION] [--llvmVersion=VERSION] [--newROCmBinFormat]
    1616[--forceAddSymbols] [--noWarnings] [--alternate] [--buggyFPLit] [--oldModParam]
    17 [--noMacroCase] [--policy=VERSION] [--help] [--usage] [--version] [file...]</p>
     17[--noMacroCase] [--wave32] [--policy=VERSION] [--help] [--usage] [--version] [file...]</p>
    1818<h3>Input</h3>
    1919<p>An assembler read source from many files. If no input file specified an assembler
     
    106106</li>
    107107<li>
     108<p><strong>-3</strong>, <strong>--wave32</strong></p>
     109<p>Set wavefront size as 32 elements (apply only for GFX10 devices).</p>
     110</li>
     111<li>
    108112<p><strong>--policy=VERSION</strong></p>
    109113<p>Set CLRX policy version.</p>