From b91cd96b291e3bbc0e370ba83f4bc6f0086404ee Mon Sep 17 00:00:00 2001 From: Virendra Pathak Date: Mon, 1 Aug 2016 10:17:08 +0000 Subject: [PATCH] aarch64.c (vulcan_tunings): Update vulcan L1 cache_line_size. 2016-08-01 Virendra Pathak * config/aarch64/aarch64.c (vulcan_tunings): Update vulcan L1 cache_line_size. From-SVN: r238937 --- gcc/ChangeLog | 5 +++++ gcc/config/aarch64/aarch64.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a394f345e42..43c1be9d636 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-08-01 Virendra Pathak + + * config/aarch64/aarch64.c (vulcan_tunings): Update + vulcan L1 cache_line_size. + 2016-07-30 Michael Meissner * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c index e56398a3e35..61f5f58844e 100644 --- a/gcc/config/aarch64/aarch64.c +++ b/gcc/config/aarch64/aarch64.c @@ -768,7 +768,7 @@ static const struct tune_params vulcan_tunings = 2, /* min_div_recip_mul_sf. */ 2, /* min_div_recip_mul_df. */ 0, /* max_case_values. */ - 0, /* cache_line_size. */ + 64, /* cache_line_size. */ tune_params::AUTOPREFETCHER_OFF, /* autoprefetcher_model. */ (AARCH64_EXTRA_TUNE_NONE) /* tune_flags. */ }; -- 2.30.2