mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
nocona, core2 and penryn support 64 bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47149 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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]>;
|
||||
|
Reference in New Issue
Block a user