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]

[wwwdocs] gcc-4.3/changes.html - SSSE3 support


Hi,

The attached patch updates web page to mention SSSE3 support.

Denis
Index: htdocs/gcc-4.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.11
diff -u -p -r1.11 changes.html
--- htdocs/gcc-4.3/changes.html	7 Dec 2006 11:06:59 -0000	1.11
+++ htdocs/gcc-4.3/changes.html	13 Dec 2006 15:25:16 -0000
@@ -89,6 +89,8 @@
         <code>-mtune=core2</code> and <code>-march=core2</code>.</li>
     <li>Tuning for AMD Geode processors is available via
         <code>-mtune=geode</code> and <code>-march=geode</code>.</li>
+    <li>Support SSSE3 built-in functions and code generation are available via
+        <code>-mssse3</code>.</li>
   </ul>
 
 <h2>Documentation improvements</h2>

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