[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:33:27 PDT 2021


xgupta added inline comments.


================
Comment at: clang/docs/LanguageExtensions.rst:539
+.. code-block:: c++
+  typedef float m4x4_t __attribute__((matrix_type(4, 4)));
+
----------------
This is incorrect ig.

I get warning message :

Warning, treated as error:
/home/user/llvm-project/clang/docs/LanguageExtensions.rst:538:Error in "code-block" directive:
maximum 1 argument(s) allowed, 6 supplied.
 


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