Atom has SIMD instruction set extension up to SSSE3

llvm-svn: 166665
This commit is contained in:
Michael Liao 2012-10-25 07:06:48 +00:00
parent 6d810bd9b8
commit c6696b04db
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ def : Proc<"core2", [FeatureSSSE3, FeatureCMPXCHG16B,
FeatureSlowBTMem]>; FeatureSlowBTMem]>;
def : Proc<"penryn", [FeatureSSE41, FeatureCMPXCHG16B, def : Proc<"penryn", [FeatureSSE41, FeatureCMPXCHG16B,
FeatureSlowBTMem]>; FeatureSlowBTMem]>;
def : AtomProc<"atom", [ProcIntelAtom, FeatureSSE3, FeatureCMPXCHG16B, def : AtomProc<"atom", [ProcIntelAtom, FeatureSSSE3, FeatureCMPXCHG16B,
FeatureMOVBE, FeatureSlowBTMem, FeatureLeaForSP, FeatureMOVBE, FeatureSlowBTMem, FeatureLeaForSP,
FeatureSlowDivide]>; FeatureSlowDivide]>;
// "Arrandale" along with corei3 and corei5 // "Arrandale" along with corei3 and corei5