[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
Mon May 13 05:48:42 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:
Is this an unrelated change?
https://github.com/llvm/llvm-project/pull/88367
More information about the cfe-commits
mailing list