[clang] [llvm] Remove 3dnow from X86TargetParser. (PR #99352)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 09:48:17 PDT 2024


================
@@ -171,14 +171,14 @@ constexpr FeatureBitset FeaturesClearwaterforest =
 
 // Geode Processor.
 constexpr FeatureBitset FeaturesGeode =
-    FeatureX87 | FeatureCMPXCHG8B | FeatureMMX | Feature3DNOW | Feature3DNOWA;
----------------
RKSimon wrote:

Do we need to add a FeaturePREFTECH of some kind?

https://github.com/llvm/llvm-project/pull/99352


More information about the llvm-commits mailing list