Commit 89c9a60c by Matthew Wahab Committed by Matthew Wahab

[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
parent ed881c38
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
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment