Skip to content

Commit f65f246

Browse files
committed
Revert "[X86] Support avx/avx2 by default."
This reverts commit 1b61afe.
1 parent 1b61afe commit f65f246

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)