]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Update feature macro name
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 29 Sep 2020 10:22:05 +0000 (11:22 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Tue, 29 Sep 2020 10:22:05 +0000 (11:22 +0100)
commit72f2f177a17c2c1d5b09ca3c524fa22ef251b934
tree6da14370036360f3df041a8b05af0d75b7f2e35f
parentb23cece47481f7a2c7577b0a8fd6207baf809f9d
aarch64: Update feature macro name

GCC used the name __ARM_FEATURE_SVE_VECTOR_OPERATIONS, but in the
final spec it was renamed to__ARM_FEATURE_SVE_VECTOR_OPERATORS.

gcc/
* config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Rename
__ARM_FEATURE_SVE_VECTOR_OPERATIONS to
__ARM_FEATURE_SVE_VECTOR_OPERATORS.

gcc/testsuite/
* gcc.target/aarch64/sve/acle/general/attributes_1.c: Rename
__ARM_FEATURE_SVE_VECTOR_OPERATIONS to
__ARM_FEATURE_SVE_VECTOR_OPERATORS.

(cherry picked from commit ef4af9eddea5a658eb7d6dc29fcb58aa54c9dd9f)
gcc/config/aarch64/aarch64-c.c
gcc/testsuite/gcc.target/aarch64/sve/acle/general/attributes_1.c