This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 2/2] mips: Add R4700 scheduling support
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Richard Sandiford <rdsandiford at googlemail dot com>, Matt Turner <mattst88 at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 26 Aug 2012 15:55:36 +0200 (CEST)
- Subject: Re: [PATCH 2/2] mips: Add R4700 scheduling support
- References: <1338504471-11955-1-git-send-email-mattst88@gmail.com> <87aa0kg6zf.fsf@talisman.home>
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
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.20
diff -u -3 -p -r1.20 changes.html
--- changes.html 26 Aug 2012 10:28:42 -0000 1.20
+++ changes.html 26 Aug 2012 13:54:36 -0000
@@ -214,6 +214,7 @@ by this change.</p>
<ul>
<li>GCC now passes the <code>-mmcu</code> and <code>-mno-mcu</code>
options to the assembler.</li>
+ <li>Support for the R4700 has been added.</li>
</ul>
<h3 id="sh">SH</h3>