diff options
author | Hongbo Zhang <hongbo.zhang@linaro.org> | 2018-08-08 14:23:59 +0000 |
---|---|---|
committer | James Greenhalgh <jgreenhalgh@gcc.gnu.org> | 2018-08-08 14:23:59 +0000 |
commit | dc878fea7ad912f528df2e5bb6be50f49fa2f393 (patch) | |
tree | 6a73781be8c428e5e7a6375d239febea523aa5b8 /gcc/doc/invoke.texi | |
parent | 2e9dae045641fabacd0a825b7c2f54a1f131124b (diff) | |
download | gcc-dc878fea7ad912f528df2e5bb6be50f49fa2f393.zip gcc-dc878fea7ad912f528df2e5bb6be50f49fa2f393.tar.gz gcc-dc878fea7ad912f528df2e5bb6be50f49fa2f393.tar.bz2 |
[AArch64] Add HXT Phecda core support
HXT semiconductor's CPU core Phecda, as a variant of Qualcomm qdf24xx,
reuses the same tuning structure and pipeline with it.
Applied on behalf of: Hongbo Zhang <hongbo.zhang@linaro.org>
* config/aarch64/aarch64-cores.def: Add phecda core.
* config/aarch64/aarch64-tune.md: Regenerate.
* doc/invoke.texi: Add phecda core.
From-SVN: r263404
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1de8968..438274e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14840,7 +14840,7 @@ performance of the code. Permissible values for this option are: @samp{generic}, @samp{cortex-a35}, @samp{cortex-a53}, @samp{cortex-a55}, @samp{cortex-a57}, @samp{cortex-a72}, @samp{cortex-a73}, @samp{cortex-a75}, @samp{cortex-a76}, @samp{exynos-m1}, @samp{falkor}, @samp{qdf24xx}, -@samp{saphira}, @samp{xgene1}, @samp{vulcan}, @samp{thunderx}, +@samp{saphira}, @samp{phecda}, @samp{xgene1}, @samp{vulcan}, @samp{thunderx}, @samp{thunderxt88}, @samp{thunderxt88p1}, @samp{thunderxt81}, @samp{thunderxt83}, @samp{thunderx2t99}, @samp{cortex-a57.cortex-a53}, @samp{cortex-a72.cortex-a53}, @samp{cortex-a73.cortex-a35}, |