[PATCH] D104198: [Matrix] Add documentation for compound assignment and type conversion of matrix types

Saurabh Jha via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 26 01:37:34 PDT 2021


SaurabhJha added inline comments.


================
Comment at: clang/docs/LanguageExtensions.rst:538
+
+.. code-block:: c++
+  typedef float m4x4_t __attribute__((matrix_type(4, 4)));
----------------
xgupta wrote:
> oh just an blank line is needed :)
Thanks, fixing this now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104198/new/

https://reviews.llvm.org/D104198



More information about the cfe-commits mailing list