Using as: AArch64 Extensions

Next: , Previous: , Up: AArch64-Dependent   [Contents][Index]


9.1.2 Architecture Extensions

The table below lists the permitted architecture extensions that are supported by the assembler and the conditions under which they are automatically enabled.

Multiple extensions may be specified, separated by a +. Extension mnemonics may also be removed from those the assembler accepts. This is done by prepending no to the option that adds the extension. Extensions that are removed must be listed after all extensions that have been added.

Enabling an extension that requires other extensions will automatically cause those extensions to be enabled. Similarly, disabling an extension that is required by other extensions will automatically cause those extensions to be disabled.

ExtensionMinimum ArchitectureEnabled by defaultDescription
crcARMv8-ANoEnable CRC instructions.
cryptoARMv8-ANoEnable cryptographic extensions. This implies fp and simd.
fpARMv8-AARMv8-A or laterEnable floating-point extensions.
simdARMv8-AARMv8-A or laterEnable Advanced SIMD extensions. This implies fp.