summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2018-08-07 16:49:15 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2018-08-08 16:21:54 +0200
commite6c1b63dd2d0aad59d6d14bee2cafc74861e7acf (patch)
tree6154c21b597e24b7a2d7157dc6e96ec7ccdbb514
parent6e9b669b84f7b7dfb872c1ce913d8ad9026d64c7 (diff)
aarch64: X-Gene: Adapt tuning struct for GCC 8.
Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
-rw-r--r--gcc/config/aarch64/aarch64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c
index f2fee68d9a8c..9e9b94100351 100644
--- a/gcc/config/aarch64/aarch64.c
+++ b/gcc/config/aarch64/aarch64.c
@@ -869,14 +869,14 @@ static const struct tune_params xgene1_tunings =
4, /* issue_rate */
AARCH64_FUSE_NOTHING, /* fusible_ops */
16, /* function_align. */
- 8, /* jump_align. */
+ 16, /* jump_align. */
16, /* loop_align. */
2, /* int_reassoc_width. */
4, /* fp_reassoc_width. */
1, /* vec_reassoc_width. */
2, /* min_div_recip_mul_sf. */
2, /* min_div_recip_mul_df. */
- 0, /* max_case_values. */
+ 17, /* max_case_values. */
tune_params::AUTOPREFETCHER_OFF, /* autoprefetcher_model. */
(AARCH64_EXTRA_TUNE_NONE), /* tune_flags. */
&xgene1_prefetch_tune