mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-22 15:39:28 +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:
parent
b6e1dd7075
commit
b4c9a687eb
@ -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]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user