diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2015-01-15 13:48:14 +0000 |
---|---|---|
committer | Philipp Tomsich <ptomsich@gcc.gnu.org> | 2015-01-15 13:48:14 +0000 |
commit | 381e27aad5e042060f10bcff7ae655a26eac95f5 (patch) | |
tree | 2d64d24b585a6c09520c07e741d11dc96404a115 /gcc/config/aarch64/aarch64-tune.md | |
parent | 36566b39c38a8c22c4f369878033ef53fa25d315 (diff) | |
download | gcc-381e27aad5e042060f10bcff7ae655a26eac95f5.zip gcc-381e27aad5e042060f10bcff7ae655a26eac95f5.tar.gz gcc-381e27aad5e042060f10bcff7ae655a26eac95f5.tar.bz2 |
aarch64-cores.def (xgene1): Update/add the xgene1 (APM XGene-1) core definition.
2015-01-15 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
* config/aarch64/aarch64-cores.def (xgene1): Update/add the
xgene1 (APM XGene-1) core definition.
* gcc/config/aarch64/aarch64.c: Add cost tables for APM XGene-1
* config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
* doc/invoke.texi: Document -mcpu=xgene1.
From-SVN: r219656
Diffstat (limited to 'gcc/config/aarch64/aarch64-tune.md')
-rw-r--r-- | gcc/config/aarch64/aarch64-tune.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/aarch64/aarch64-tune.md b/gcc/config/aarch64/aarch64-tune.md index c717ea8..6409082 100644 --- a/gcc/config/aarch64/aarch64-tune.md +++ b/gcc/config/aarch64/aarch64-tune.md @@ -1,5 +1,5 @@ ;; -*- buffer-read-only: t -*- ;; Generated automatically by gentune.sh from aarch64-cores.def (define_attr "tune" - "cortexa53,cortexa15,thunderx,cortexa57cortexa53" + "cortexa53,cortexa15,thunderx,xgene1,cortexa57cortexa53" (const (symbol_ref "((enum attr_tune) aarch64_tune)"))) |