mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-01 01:14:22 +00:00
Add FeatureLAHFSAHF to amdfam10 as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16d4cc83c3
commit
2174f151dc
@ -558,7 +558,7 @@ def : Proc<"athlon64-sse3", [FeatureSlowUAMem16, FeatureSSE3, Feature3DNowA,
|
||||
FeatureSlowSHLD]>;
|
||||
def : Proc<"amdfam10", [FeatureSSE4A, Feature3DNowA, FeatureFXSR,
|
||||
FeatureCMPXCHG16B, FeatureLZCNT, FeaturePOPCNT,
|
||||
FeatureSlowBTMem, FeatureSlowSHLD]>;
|
||||
FeatureSlowBTMem, FeatureSlowSHLD, FeatureLAHFSAHF]>;
|
||||
def : Proc<"barcelona", [FeatureSSE4A, Feature3DNowA, FeatureFXSR,
|
||||
FeatureCMPXCHG16B, FeatureLZCNT, FeaturePOPCNT,
|
||||
FeatureSlowBTMem, FeatureSlowSHLD, FeatureLAHFSAHF]>;
|
||||
|
Loading…
Reference in New Issue
Block a user