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] Set PTA_SSSE3 for core2


Dirk Mueller wrote:
On Thursday, 1. February 2007 10:42, Jakub Jelinek wrote:

-      {"core2", PROCESSOR_CORE2, PTA_SSE | PTA_SSE2 | PTA_SSE3
+      {"core2", PROCESSOR_CORE2, PTA_SSE | PTA_SSE2 | PTA_SSE3 | PTA_SSSE3

I can not spot a difference. is PTA_SSE3 something different than PTA_SSE3 | PTA_SSE3 ?

There are three S's in PTA_SSSE3 (Supplemental SSE3, blah).


Paolo


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