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: 0002-Fix-32-bit-alignment for Core i7


On 10/19/10 11:23 PM, Richard Henderson wrote:
-	      case  PROCESSOR_GENERIC64:
-		ix86_tune = PROCESSOR_GENERIC32;
+	      case  PROCESSOR_COREI7_64:
+		ix86_tune = PROCESSOR_COREI7_32;

Surely you didn't actually intend to delete PROCESSOR_GENERIC64 here, but to add an extra COREI7 case?

Well, I did intend to delete the PROCESSOR_GENERIC64 case as it is no longer used after


-      {"corei7", PROCESSOR_GENERIC64, CPU_GENERIC64,
+      {"corei7", PROCESSOR_COREI7_64, CPU_GENERIC64,

I can leave the GENERIC64 case if that seems useful.


Thanks,

--
Maxim Kuvyrkov
CodeSourcery
maxim@codesourcery.com
(650) 331-3385 x724


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