From 725e2110e4017a3d0222f36cc42942cfff90cbbb Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Mon, 7 May 2018 14:34:46 +0000 Subject: aarch64.c (qdf24xx_prefetch_tune): Set to 512. 2018-05-07 Luis Machado * config/aarch64/aarch64.c (qdf24xx_prefetch_tune) : Set to 512. From-SVN: r259998 --- gcc/ChangeLog | 5 +++++ gcc/config/aarch64/aarch64.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 64a385e..cb183d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2018-05-07 Luis Machado + * config/aarch64/aarch64.c (qdf24xx_prefetch_tune) : Set + to 512. + +2018-05-07 Luis Machado + gcc/ * config/aarch64/aarch64-protos.h (cpu_prefetch_tune) : New const bool field. diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c index 3d3a976..b50e6c4 100644 --- a/gcc/config/aarch64/aarch64.c +++ b/gcc/config/aarch64/aarch64.c @@ -568,7 +568,7 @@ static const cpu_prefetch_tune qdf24xx_prefetch_tune = 4, /* num_slots */ 32, /* l1_cache_size */ 64, /* l1_cache_line_size */ - 1024, /* l2_cache_size */ + 512, /* l2_cache_size */ false, /* prefetch_dynamic_strides */ 2048, /* minimum_stride */ 3 /* default_opt_level */ -- cgit v1.1