Commit 70c51b58 by Maxim Kuvyrkov Committed by Maxim Kuvyrkov

Update prefetch tuning parameters for qdf24xx.

	* config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
	prefetch settings, and enable prefetching by default at -O3.

Change-Id: I2f0da54a8c262f6fbd0dcfde4584141bb09f1013

From-SVN: r249242
parent 16b2cafd
2017-06-16 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
* config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
prefetch settings, and enable prefetching by default at -O3.
2017-06-16 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
* config/aarch64/aarch64.c (aarch64_override_options_internal):
Set flag_prefetch_loop_arrays according to tuning data.
......
......@@ -547,11 +547,11 @@ static const cpu_prefetch_tune exynosm1_prefetch_tune =
static const cpu_prefetch_tune qdf24xx_prefetch_tune =
{
0, /* num_slots */
-1, /* l1_cache_size */
4, /* num_slots */
32, /* l1_cache_size */
64, /* l1_cache_line_size */
-1, /* l2_cache_size */
-1 /* default_opt_level */
1024, /* l2_cache_size */
3 /* default_opt_level */
};
static const cpu_prefetch_tune thunderx2t99_prefetch_tune =
......
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