aarch64.c (vulcan_tunings): Update vulcan L1 cache_line_size.

2016-08-01  Virendra Pathak  <virendra.pathak@broadcom.com>

	* config/aarch64/aarch64.c (vulcan_tunings): Update
	vulcan L1 cache_line_size.

From-SVN: r238937
This commit is contained in:
Virendra Pathak 2016-08-01 10:17:08 +00:00 committed by Richard Earnshaw
parent 76e2c821a4
commit b91cd96b29
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-08-01 Virendra Pathak <virendra.pathak@broadcom.com>
* config/aarch64/aarch64.c (vulcan_tunings): Update
vulcan L1 cache_line_size.
2016-07-30 Michael Meissner <meissner@linux.vnet.ibm.com>
* config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New

View File

@ -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. */
};