[clang] 194861f - [Matrix] Add missing newline to appease sphinx.
Florian Hahn via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 12 01:33:58 PST 2021
Author: Florian Hahn
Date: 2021-03-12T09:33:36Z
New Revision: 194861fa1bdfa852f18cb5690509ac0f05219ba1
URL: https://github.com/llvm/llvm-project/commit/194861fa1bdfa852f18cb5690509ac0f05219ba1
DIFF: https://github.com/llvm/llvm-project/commit/194861fa1bdfa852f18cb5690509ac0f05219ba1.diff
LOG: [Matrix] Add missing newline to appease sphinx.
Added:
Modified:
clang/docs/MatrixTypes.rst
Removed:
################################################################################
diff --git a/clang/docs/MatrixTypes.rst b/clang/docs/MatrixTypes.rst
index f0abede1ca3d..616c88f8a474 100644
--- a/clang/docs/MatrixTypes.rst
+++ b/clang/docs/MatrixTypes.rst
@@ -128,6 +128,7 @@ You can test for the availability of this feature with
``__has_extension(matrix_types_scalar_division)``.
For the expression ``M1 BIN_OP M2`` where
+
* ``BIN_OP`` is one of ``+`` or ``-``, one of ``M1`` and ``M2`` is of matrix
type, and the other is of matrix type or real type; or
* ``BIN_OP`` is ``*``, one of ``M1`` and ``M2`` is of matrix type, and the
More information about the cfe-commits
mailing list