[clang] [llvm] Remove support for 3DNow!, both intrinsics and builtins. (PR #96246)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 14 09:59:44 PDT 2024
================
@@ -1341,7 +1341,7 @@ defm : Zn4WriteResXMMPair<WriteAESKeyGen, [Zn4FPAES01], 4, [1], 1>; // Key Gener
// Carry-less multiplication instructions.
defm : Zn4WriteResXMMPair<WriteCLMul, [Zn4FPCLM01], 4, [4], 4>;
-// EMMS/FEMMS
----------------
RKSimon wrote:
keep these - FEMMS still uses this sched class
https://github.com/llvm/llvm-project/pull/96246
More information about the llvm-commits
mailing list