commit | df193bda748c9c3f1e23cc2c4a636db578239001 | [log] [tgz] |
---|---|---|
author | Victor Do Nascimento <victor.donascimento@arm.com> | Wed May 03 12:02:54 2023 +0100 |
committer | Victor Do Nascimento <victor.donascimento@arm.com> | Thu Dec 07 03:14:18 2023 +0000 |
tree | 68dddf9a2fc195dda513a2ecf2dcd53fcaf75abd | |
parent | 3ba505c7b17a208b1c546b7a974a02e8003b60ef [diff] |
aarch64: rcpc3: Add +rcpc3 extension Given the optional LRCPC3 target support for Armv8.2-a cores onwards, the +rcpc3 arch feature modifier is added to GCC's command-line options. gcc/ChangeLog: * config/aarch64/aarch64-option-extensions.def (rcpc3): New. * config/aarch64/aarch64.h (AARCH64_ISA_RCPC3): Likewise. (TARGET_RCPC3): Likewise. * doc/invoke.texi (rcpc3): Document feature in AArch64 Options.