================
@@ -479,6 +479,275 @@ inline __device__ unsigned __funnelshift_rc(unsigned 
low32, unsigned high32,
   return ret;
 }
 
+#define INTRINSIC_LOAD(func_name, asm_op, decl_type, internal_type, asm_type) \
----------------
Artem-B wrote:

We have to be careful with the names used in the headers we provide. Generally, 
all symbols we use, including macro arguments should be prefixed with `__`

We also often use `#pragma push_macro/pop_macro` to save/restore the 
preprocessor state once we're done handling the file. Search for it in the 
other headers in this directory.

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

Reply via email to