mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 17:01:01 +08:00
rs6000: Correct Power8 cost of l2 cache size [PR97329]
l2 cache size for Power8 is 512kB, it was copied from Power7 before public. Tested no performance change for SPEC2017. gcc/ChangeLog: 2021-03-24 Xionghu Luo <luoxhu@linux.ibm.com> * config/rs6000/rs6000.c (power8_costs): Change l2 cache from 256 to 512.
This commit is contained in:
parent
71fc4655ab
commit
08103e4d6a
@ -1055,7 +1055,7 @@ struct processor_costs power8_cost = {
|
||||
COSTS_N_INSNS (17), /* ddiv */
|
||||
128, /* cache line size */
|
||||
32, /* l1 cache */
|
||||
256, /* l2 cache */
|
||||
512, /* l2 cache */
|
||||
12, /* prefetch streams */
|
||||
COSTS_N_INSNS (3), /* SF->DF convert */
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user