rs6000.c (processor_costs): Update e300 cache line sizes.
2008-02-26 Edmar Wienskoski <edmar@freescale.com> * config/rs6000/rs6000.c (processor_costs): Update e300 cache line sizes. * doc/invoke.texi: Add e300c2 and e300c3 to list of cpus. From-SVN: r132683
This commit is contained in:
parent
fdf4f083c8
commit
a19b7d4650
3 changed files with 14 additions and 7 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-02-26 Edmar Wienskoski <edmar@freescale.com>
|
||||
|
||||
* config/rs6000/rs6000.c (processor_costs): Update e300 cache
|
||||
line sizes.
|
||||
* doc/invoke.texi: Add e300c2 and e300c3 to list of cpus.
|
||||
|
||||
2008-02-26 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR c++/35315
|
||||
|
|
|
@ -683,8 +683,8 @@ struct processor_costs ppce300c2c3_cost = {
|
|||
COSTS_N_INSNS (18), /* sdiv */
|
||||
COSTS_N_INSNS (33), /* ddiv */
|
||||
32,
|
||||
32, /* l1 cache */
|
||||
256, /* l2 cache */
|
||||
16, /* l1 cache */
|
||||
16, /* l2 cache */
|
||||
1, /* prefetch streams /*/
|
||||
};
|
||||
|
||||
|
|
|
@ -12925,11 +12925,12 @@ Supported values for @var{cpu_type} are @samp{401}, @samp{403},
|
|||
@samp{601}, @samp{602}, @samp{603}, @samp{603e}, @samp{604},
|
||||
@samp{604e}, @samp{620}, @samp{630}, @samp{740}, @samp{7400},
|
||||
@samp{7450}, @samp{750}, @samp{801}, @samp{821}, @samp{823},
|
||||
@samp{860}, @samp{970}, @samp{8540}, @samp{ec603e}, @samp{G3},
|
||||
@samp{G4}, @samp{G5}, @samp{power}, @samp{power2}, @samp{power3},
|
||||
@samp{power4}, @samp{power5}, @samp{power5+}, @samp{power6},
|
||||
@samp{power6x}, @samp{common}, @samp{powerpc}, @samp{powerpc64},
|
||||
@samp{rios}, @samp{rios1}, @samp{rios2}, @samp{rsc}, and @samp{rs64}.
|
||||
@samp{860}, @samp{970}, @samp{8540}, @samp{e300c2}, @samp{e300c3},
|
||||
@samp{ec603e}, @samp{G3}, @samp{G4}, @samp{G5}, @samp{power},
|
||||
@samp{power2}, @samp{power3}, @samp{power4}, @samp{power5},
|
||||
@samp{power5+}, @samp{power6}, @samp{power6x}, @samp{common},
|
||||
@samp{powerpc}, @samp{powerpc64}, @samp{rios}, @samp{rios1},
|
||||
@samp{rios2}, @samp{rsc}, and @samp{rs64}.
|
||||
|
||||
@option{-mcpu=common} selects a completely generic processor. Code
|
||||
generated under this option will run on any POWER or PowerPC processor.
|
||||
|
|
Loading…
Add table
Reference in a new issue