* gcc/config/aarch64/aarch64.c
(exynosm1_tunings): Enable the weak prefetching model.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234307
138bc75d-0d04-0410-961f-
82ee72b054a4
+2016-03-17 Evandro Menezes <e.menezes@samsung.com>
+
+ Tweak the pipeline model for Exynos M1
+
+ * config/aarch64/aarch64.c (exynosm1_tunings): Enable weak prefetching
+ model.
+
2016-03-17 David Malcolm <dmalcolm@redhat.com>
PR c/70264
2, /* min_div_recip_mul_df. */
48, /* max_case_values. */
64, /* cache_line_size. */
- tune_params::AUTOPREFETCHER_OFF, /* autoprefetcher_model. */
+ tune_params::AUTOPREFETCHER_WEAK, /* autoprefetcher_model. */
(AARCH64_EXTRA_TUNE_APPROX_RSQRT) /* tune_flags. */
};