This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] gcc-4.3/changes.html - SSSE3 support
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Denis Nagorny <denis_nagorny at linux dot intel dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, hongjiu dot lu at intel dot com
- Date: Wed, 27 Dec 2006 17:44:19 +0100 (CET)
- Subject: Re: [wwwdocs] gcc-4.3/changes.html - SSSE3 support
- References: <45801EC5.7050700@linux.intel.com>
On Wed, 13 Dec 2006, Denis Nagorny wrote:
The attached patch updates web page to mention SSSE3 support.
This is okay, with one minor change:
Index: htdocs/gcc-4.3/changes.html
===================================================================
+ <li>Support SSSE3 built-in functions and code generation are available via
+ <code>-mssse3</code>.</li>
I assume you wanted to write "Support for SSSE3" and recommend to use
something like "via a new command-line option <code>-m....".
Thanks,
Gerald