Skip to content

Commit

Permalink
[X86] AMD Bobcat CPU (btver1) doesn't support XSAVE
Browse files Browse the repository at this point in the history
btver1 is a SSSE3/SSE4a only CPU - it doesn't have AVX and doesn't support XSAVE.

Differential Revision: http://reviews.llvm.org/D17683

llvm-svn: 262782
  • Loading branch information
RKSimon committed Mar 5, 2016
1 parent adfdc14 commit aa99331
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/X86/X86.td
Expand Up @@ -574,7 +574,6 @@ def : Proc<"btver1", [
FeaturePRFCHW,
FeatureLZCNT,
FeaturePOPCNT,
FeatureXSAVE,
FeatureSlowSHLD,
FeatureLAHFSAHF
]>;
Expand Down

0 comments on commit aa99331

Please sign in to comment.