[clang] [llvm] Remove mmx 3dnow (PR #96246)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 03:13:44 PDT 2024


================
@@ -7,151 +7,16 @@
  *===-----------------------------------------------------------------------===
  */
 
+// 3dNow intrinsics are no longer supported, and this header remains only as a
+// stub for users who were including it to get to _m_prefetch or
+// _m_prefetchw. Such uses should prefer x86intrin.h.
----------------
RKSimon wrote:

How best can we add a deprecation warning to builds for people who are doing this?

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


More information about the llvm-commits mailing list