Commit 474b0f70 by Kyrylo Tkachov Committed by Kyrylo Tkachov

[AArch64][obvious] Remove obsolete comment in aarch64-option-extensions.def

	* config/aarch64/aarch64-option-extensions.def: Delete obsolete
	comment.

From-SVN: r227011
parent ea0daf5f
2015-08-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/aarch64-option-extensions.def: Delete obsolete
comment.
2015-08-19 Marek Polacek <polacek@redhat.com>
PR middle-end/67133
......
......@@ -34,11 +34,6 @@
should contain a whitespace-separated list of the strings in 'Features'
that are required. Their order is not important. */
/* V8 Architecture Extensions.
This list currently contains example extensions for CPUs that implement
AArch64, and therefore serves as a template for adding more CPUs in the
future. */
AARCH64_OPT_EXTENSION("fp", AARCH64_FL_FP, AARCH64_FL_FPSIMD | AARCH64_FL_CRYPTO | AARCH64_FL_RDMA, "fp")
AARCH64_OPT_EXTENSION("simd", AARCH64_FL_FPSIMD, AARCH64_FL_SIMD | AARCH64_FL_CRYPTO | AARCH64_FL_RDMA, "asimd")
AARCH64_OPT_EXTENSION("crypto", AARCH64_FL_CRYPTO | AARCH64_FL_FPSIMD, AARCH64_FL_CRYPTO, "aes pmull sha1 sha2")
......
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