================
@@ -62,6 +62,8 @@
 ///    The 2nd source tile. Max size is 1024 Bytes.
 #define _tile_cmmimfp16ps(dst, a, b) __builtin_ia32_tcmmimfp16ps(dst, a, b)
 
+;
----------------
hdoc wrote:

This is a workaround to a Clang issue where doc comments cannot be associated 
with macros in Clang. The semicolon breaks up the preceding doc comment from 
the subsequent function. Without this, we get `-Wdocumentation` errors during 
the build.

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

Reply via email to