This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch wwwdocs] gcc-4.9 changes: mention support of the Intel Silvermont microarchitecture


2013/6/25 Kirill Yukhin <kirill.yukhin@gmail.com>:
> Hello,
>>
>> Looks good to me; just say "the new Intel...".
> Checked int www CVS.
>
> Thanks, K

Hi, Kirill,

By reviewing webpage of gcc-4.9 changes:
http://gcc.gnu.org/gcc-4.9/changes.html

I noticed there is a duplicate subsection 'IA-32/x86-64'
under "New Targets and Target Specific Improvements".

According to the cvs log of changes.html, it is caused
by revision 1.19 that created another 'IA-32/x86-64' subsection.


===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- wwwdocs/htdocs/gcc-4.9/changes.html	2013/06/24 22:06:53	1.18
+++ wwwdocs/htdocs/gcc-4.9/changes.html	2013/06/25 08:05:13	1.19
@@ -175,6 +175,13 @@

 <h2 id="targets">New Targets and Target Specific Improvements</h2>

+<h3>IA-32/x86-64</h3>
+  <ul>
+    <li> GCC now supports the new Intel microarchitecture named Silvermont
+      through <code>-march=slm</code>.
+    </li>
+  </ul>
+
 <h3 id="x86">IA-32/x86-64</h3>
   <ul>
     <li> It is now possible to call x86 intrinsics from select functions in


I think that would be better to merge the content into
single 'IA-32/x86-64' subsection.
But I have no idea about the order of those two items.
Perhaps you or Sriraman can make the decision for the change? :-)


Best regards,
jasonwucj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]