Commit 725e2110 by Luis Machado Committed by Luis Machado

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
parent 005e72b9
2018-05-07 Luis Machado <luis.machado@linaro.org> 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>
gcc/ gcc/
* config/aarch64/aarch64-protos.h (cpu_prefetch_tune) * config/aarch64/aarch64-protos.h (cpu_prefetch_tune)
<prefetch_dynamic_strides>: New const bool field. <prefetch_dynamic_strides>: New const bool field.
......
...@@ -568,7 +568,7 @@ static const cpu_prefetch_tune qdf24xx_prefetch_tune = ...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment