-
Notifications
You must be signed in to change notification settings - Fork 29
ClrxAsmPolicy
matszpk edited this page Feb 16, 2025
·
2 revisions
Because some things have been developed enough chaotically and these things will be later cleaned up, the CLRX assembler provides simple mechanism to choice what behaviour is needed: the policy version.
Currently, policy version controls following things:
- unified SGPRs count (for all formats SGPR count all SGPRs including extra registers) for policy version since 0.2 (200).
The policy version can be set by .policy
pseudo-operation or by command line option
--policy
. By default, policy version is same as CLRX assembler version.