[clang] [llvm] Remove mmx 3dnow (PR #96246)
James Y Knight via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 21 09:51:07 PDT 2024
================
@@ -1825,32 +1818,32 @@ def : ProcModel<P, SapphireRapidsModel,
def : Proc<"k6", [FeatureX87, FeatureCX8, FeatureMMX],
[TuningSlowUAMem16, TuningInsertVZEROUPPER]>;
-def : Proc<"k6-2", [FeatureX87, FeatureCX8, Feature3DNow],
+def : Proc<"k6-2", [FeatureX87, FeatureCX8],
----------------
jyknight wrote:
Oops! I had fixed that but in a not-yet-committed diff in my checkout. (Tests fail, otherwise!)
https://github.com/llvm/llvm-project/pull/96246
More information about the llvm-commits
mailing list