Changes between Initial Version and Version 1 of ClrxAsmPolicy


Ignore:
Timestamp:
05/10/18 10:00:31 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmPolicy

    v1 v1  
     1[wiki:ClrxToc Back to Table of content]
     2{{{
     3#!html
     4<h2>CLRadeonExtender Policy versions</h2>
     5<p>Because some things has been developed enough chaotically and these things will be later
     6cleaned up, the CLRX assembler provides simple mechanism to choice what behaviour
     7is needed: the policy version.</p>
     8<p>Currently, policy version controls following things:</p>
     9<ul>
     10<li>unified SGPRs count (for all formats SGPR count all SGPRs including extra registers)
     11  for policy version since 0.2 (200).</li>
     12</ul>
     13<p>The policy version can be set by <code>.policy</code> pseudo-operation or by command line option
     14<code>--policy</code>. By default, policy version is same as CLRX assembler version.</p>
     15}}}