Skip to content

Commit 09da8c0

Browse files
committed
Revert "[X86] Support avx/avx2 by default."
This reverts commit 06c5aee.
1 parent 06c5aee commit 09da8c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/TargetParser/X86TargetParser.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,6 @@ void llvm::X86::getFeaturesForCPU(StringRef CPU,
633633
Bits |= FeatureSSE3;
634634
Bits |= FeatureSSE4_1;
635635
Bits |= FeatureSSE4_2;
636-
Bits |= FeatureAVX;
637-
Bits |= FeatureAVX2;
638636
Bits |= FeatureINVPCID;
639637
Bits |= FeatureRTM;
640638
#endif

0 commit comments

Comments
 (0)