[clang] [llvm] Remove 3dnow from X86TargetParser. (PR #99352)
James Y Knight via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 12:22:27 PDT 2024
================
@@ -171,14 +171,14 @@ constexpr FeatureBitset FeaturesClearwaterforest =
// Geode Processor.
constexpr FeatureBitset FeaturesGeode =
- FeatureX87 | FeatureCMPXCHG8B | FeatureMMX | Feature3DNOW | Feature3DNOWA;
----------------
jyknight wrote:
(I somewhat lean towards submitting the commit as-is, but will change this if you wish)
https://github.com/llvm/llvm-project/pull/99352
More information about the llvm-commits
mailing list