mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 00:40:59 +08:00
Tweak the pipeline model for Exynos M1
* gcc/config/aarch64/aarch64.c (exynosm1_tunings): Enable the weak prefetching model. From-SVN: r234307
This commit is contained in:
parent
14ba7b28a8
commit
220379df22
@ -1,3 +1,10 @@
|
||||
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
|
||||
|
@ -537,7 +537,7 @@ static const struct tune_params exynosm1_tunings =
|
||||
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. */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user