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] tuning gcc for Intel Core2


H. J. Lu wrote:

On Mon, Nov 13, 2006 at 12:01:17PM -0500, Vladimir Makarov wrote:


Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi (revision 118669)
+++ doc/invoke.texi (working copy)
@@ -9281,6 +9281,9 @@ set support.
@item nocona
Improved version of Intel Pentium4 CPU with 64-bit extensions, MMX, SSE,
SSE2 and SSE3 instruction set support.
+@item core2
+Intel Core2 CPU with 64-bit extensions, MMX, SSE, SSE2 and SSE3
+instruction set support.



Please add SSSE3.




I've done that

Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 118669)
+++ doc/invoke.texi	(working copy)
@@ -9281,6 +9281,9 @@ set support.
@item nocona
Improved version of Intel Pentium4 CPU with 64-bit extensions, MMX, SSE,
SSE2 and SSE3 instruction set support.
+@item core2
+Intel Core2 CPU with 64-bit extensions, MMX, SSE, SSE2, SSE3 and SSSE3
+instruction set support.
@item k6
AMD K6 CPU with MMX instruction set support.
@item k6-2, k6-3




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