summaryrefslogtreecommitdiff
path: root/gcc/config/aarch64/aarch64-tune.md
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2018-09-26 15:53:44 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2018-10-04 13:04:57 +0200
commit396334f56d14501c3ed14f3b8c3b2ad74eb5b1ed (patch)
tree591032bd232b2153fdfe4a0e8ec31d47f0cdd69d /gcc/config/aarch64/aarch64-tune.md
parentef0a5a11d638b5e40784e52def7a0d219dec4dbb (diff)
[aarch64] Add CPU support for Ampere Computing's eMAG.
This patch adds support for Ampere Computing's eMAG processor. Tested on aarch64 (no regressions seen). Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
Diffstat (limited to 'gcc/config/aarch64/aarch64-tune.md')
-rw-r--r--gcc/config/aarch64/aarch64-tune.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/aarch64/aarch64-tune.md b/gcc/config/aarch64/aarch64-tune.md
index c948846af7e9..11c09de54a18 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"
- "cortexa35,cortexa53,cortexa57,cortexa72,cortexa73,exynosm1,falkor,qdf24xx,thunderx,thunderxt88p1,thunderxt88,thunderxt81,thunderxt83,thunderx2t99,xgene1,thunderx2t99p1,vulcan,cortexa57cortexa53,cortexa72cortexa53,cortexa73cortexa35,cortexa73cortexa53"
+ "cortexa35,cortexa53,cortexa57,cortexa72,cortexa73,exynosm1,falkor,qdf24xx,thunderx,thunderxt88p1,thunderxt88,thunderxt81,thunderxt83,thunderx2t99,xgene1,emag,thunderx2t99p1,vulcan,cortexa57cortexa53,cortexa72cortexa53,cortexa73cortexa35,cortexa73cortexa53"
(const (symbol_ref "((enum attr_tune) aarch64_tune)")))