================
@@ -138,6 +138,12 @@ let Attributes = [Const, NoThrow, 
RequiredVectorWidth<256>], Features = "avx" in
   }
 }
 
+// PRFCHW
+let Features = "prfchw", Header = "intrin.h", Attributes = [NoThrow, Const] in 
{
----------------
phoebewang wrote:

Although they are in the same file, both don't have "prfchw" feature in prior 
defination. I'm not sure if it's due to it's used by cl mode only, but I'm 
afraid the change here may result in compatiablilty issues.

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

Reply via email to