This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r273600 - in /trunk/gcc: ChangeLog config/aarch...
- From: rsandifo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 19 Jul 2019 11:24:31 -0000
- Subject: r273600 - in /trunk/gcc: ChangeLog config/aarch...
Author: rsandifo
Date: Fri Jul 19 11:24:31 2019
New Revision: 273600
URL: https://gcc.gnu.org/viewcvs?rev=273600&root=gcc&view=rev
Log:
[AArch64] Rename +bitperm to +sve2-bitperm
After some discussion, we've decided to rename the +bitperm feature
flag to +sve2-bitperm, so that it's consistent with the other SVE2
feature flags. The associated macro was already
__ARM_FEATURE_SVE2_BITPERM, so only the feature flag itself
needs to change.
2019-07-19 Richard Sandiford <richard.sandiford@arm.com>
gcc/
* doc/invoke.texi: Rename the AArch64 +bitperm extension flag
to +sve-bitperm.
* config/aarch64/aarch64-option-extensions.def: Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/aarch64/aarch64-option-extensions.def
trunk/gcc/doc/invoke.texi