Re: [PATCH 2/2] mips: Add R4700 scheduling support

2012-08-26 Thread Gerald Pfeifer
On Sun, 3 Jun 2012, Richard Sandiford wrote: >> The R4700 is identical to the R4600 except for the integer and >> floating-point multiplication costs. > Applied, thanks. > > Richard And I just added the snippet below to our release notes. Gerald Index: changes.html =

Re: [PATCH 2/2] mips: Add R4700 scheduling support

2012-06-03 Thread Richard Sandiford
Matt Turner writes: > The R4700 is identical to the R4600 except for the integer and > floating-point multiplication costs. > > See page 4 of http://datasheets.chipdb.org/IDT/MIPS/79RV4700.pdf > > 2012-03-24 Matt Turner > > gcc/ > * config/mips/4600.md (r4700_imul_si): New. >