[AArch64] Add ACLE feature macro for ARMv8.1 Adv.SIMD instructions.

* config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Add
	ARM_FEATURE_QRDMX.

From-SVN: r230969
This commit is contained in:
Matthew Wahab 2015-11-26 14:59:10 +00:00 committed by Matthew Wahab
parent ed881c38ad
commit 89c9a60c99
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-11-26 Matthew Wahab <matthew.wahab@arm.com>
* config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Add
ARM_FEATURE_QRDMX.
2015-11-26 Pierre-Marie de Rodat <derodat@adacore.com>
PR debug/53927

View File

@ -126,6 +126,7 @@ aarch64_update_cpp_builtins (cpp_reader *pfile)
aarch64_def_or_undef (TARGET_ILP32, "__ILP32__", pfile);
aarch64_def_or_undef (TARGET_CRYPTO, "__ARM_FEATURE_CRYPTO", pfile);
aarch64_def_or_undef (TARGET_SIMD_RDMA, "__ARM_FEATURE_QRDMX", pfile);
}
/* Implement TARGET_CPU_CPP_BUILTINS. */