nocona, core2 and penryn support 64 bit.
authorDale Johannesen <dalej@apple.com>
Fri, 15 Feb 2008 01:22:41 +0000 (01:22 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 15 Feb 2008 01:22:41 +0000 (01:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47149 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86.td

index 9347310ef3d97e14ce02670ef035f7330e71ec45..db1418fedb72bbc7130cc147779b3a46878352f1 100644 (file)
@@ -70,9 +70,9 @@ def : Proc<"pentium4",        [FeatureSSE2]>;
 def : Proc<"x86-64",          [Feature64Bit]>;
 def : Proc<"yonah",           [FeatureSSE3]>;
 def : Proc<"prescott",        [FeatureSSE3]>;
-def : Proc<"nocona",          [FeatureSSE3]>;
-def : Proc<"core2",           [FeatureSSSE3]>;
-def : Proc<"penryn",          [FeatureSSE41]>;
+def : Proc<"nocona",          [FeatureSSE3,   Feature64Bit]>;
+def : Proc<"core2",           [FeatureSSSE3,  Feature64Bit]>;
+def : Proc<"penryn",          [FeatureSSE41,  Feature64Bit]>;
 
 def : Proc<"k6",              [FeatureMMX]>;
 def : Proc<"k6-2",            [FeatureMMX,    Feature3DNow]>;