================
@@ -138,6 +142,12 @@ let Attributes = [Const, NoThrow, 
RequiredVectorWidth<256>], Features = "avx" in
   }
 }
 
+// PRFCHW
+let Features = "prfchw", Header = "x86intrin.h", Attributes = [NoThrow, Const] 
in {
+  def _m_prefetch : X86LibBuiltin<"void(void *)">;
----------------
rnk wrote:

PTAL at the new patch: https://github.com/llvm/llvm-project/pull/138360

At least based on the header structure before this, they were both in 
prftchwintrin.h , so I haven't made this change.

https://github.com/llvm/llvm-project/pull/115099
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to