[clang] [Clang][Comments] Attach comments to decl even if preproc directives are in between (PR #88367)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 6 06:07:38 PDT 2024
================
@@ -107,6 +107,24 @@
/// The 2nd source tile. Max size is 1024 Bytes.
#define _tile_cmmrlfp16ps(dst, a, b) __builtin_ia32_tcmmrlfp16ps(dst, a, b)
+/// Perform matrix multiplication of two tiles containing complex elements and
----------------
AaronBallman wrote:
Thank you for the explanation!
https://github.com/llvm/llvm-project/pull/88367
More information about the cfe-commits
mailing list