mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
76e2c821a4
commit
b91cd96b29
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue