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

Shivam Gupta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 26 01:35:53 PDT 2021


xgupta added inline comments.


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


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