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

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

From-SVN: r227011
This commit is contained in:
Kyrylo Tkachov 2015-08-19 15:01:21 +00:00 committed by Kyrylo Tkachov
parent ea0daf5f37
commit 474b0f70a8
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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")