forked from OSchip/llvm-project
Add pentium{3,4}m cpus. Patch by Alexander Best!
llvm-svn: 130749
This commit is contained in:
parent
9c10d0a3ce
commit
9973738b65
|
@ -101,8 +101,10 @@ def : Proc<"i686", []>;
|
|||
def : Proc<"pentiumpro", [FeatureCMOV]>;
|
||||
def : Proc<"pentium2", [FeatureMMX, FeatureCMOV]>;
|
||||
def : Proc<"pentium3", [FeatureSSE1]>;
|
||||
def : Proc<"pentium3m", [FeatureSSE1, FeatureSlowBTMem]>;
|
||||
def : Proc<"pentium-m", [FeatureSSE2, FeatureSlowBTMem]>;
|
||||
def : Proc<"pentium4", [FeatureSSE2]>;
|
||||
def : Proc<"pentium4m", [FeatureSSE2, FeatureSlowBTMem]>;
|
||||
def : Proc<"x86-64", [FeatureSSE2, Feature64Bit, FeatureSlowBTMem]>;
|
||||
def : Proc<"yonah", [FeatureSSE3, FeatureSlowBTMem]>;
|
||||
def : Proc<"prescott", [FeatureSSE3, FeatureSlowBTMem]>;
|
||||
|
|
Loading…
Reference in New Issue