mirror of git://gcc.gnu.org/git/gcc.git
aarch64.c (qdf24xx_prefetch_tune): Set to 512.
2018-05-07 Luis Machado <luis.machado@linaro.org> * config/aarch64/aarch64.c (qdf24xx_prefetch_tune) <l2_cache_size>: Set to 512. From-SVN: r259998
This commit is contained in:
parent
005e72b9dd
commit
725e2110e4
|
|
@ -1,3 +1,8 @@
|
||||||
|
2018-05-07 Luis Machado <luis.machado@linaro.org>
|
||||||
|
|
||||||
|
* config/aarch64/aarch64.c (qdf24xx_prefetch_tune) <l2_cache_size>: Set
|
||||||
|
to 512.
|
||||||
|
|
||||||
2018-05-07 Luis Machado <luis.machado@linaro.org>
|
2018-05-07 Luis Machado <luis.machado@linaro.org>
|
||||||
|
|
||||||
gcc/
|
gcc/
|
||||||
|
|
|
||||||
|
|
@ -568,7 +568,7 @@ static const cpu_prefetch_tune qdf24xx_prefetch_tune =
|
||||||
4, /* num_slots */
|
4, /* num_slots */
|
||||||
32, /* l1_cache_size */
|
32, /* l1_cache_size */
|
||||||
64, /* l1_cache_line_size */
|
64, /* l1_cache_line_size */
|
||||||
1024, /* l2_cache_size */
|
512, /* l2_cache_size */
|
||||||
false, /* prefetch_dynamic_strides */
|
false, /* prefetch_dynamic_strides */
|
||||||
2048, /* minimum_stride */
|
2048, /* minimum_stride */
|
||||||
3 /* default_opt_level */
|
3 /* default_opt_level */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue