[PATCH] D104198: [Matrix] Add documentation for compound assignment and type conversion of matrix types
Florian Hahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 24 06:49:30 PDT 2021
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM,thanks.
================
Comment at: clang/docs/LanguageExtensions.rst:546
+
+The matrix type extension supports compound assignments for addition, subtraction, and multiplication between matrices
+and between a matrix and a scalar, provided their types are consistent.
----------------
nit: also change to `on` instead of `between` for consistency?
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