[Matrix] Add draft specification for matrix support in Clang.
authorFlorian Hahn <flo@fhahn.com>
Mon, 27 Apr 2020 15:48:55 +0000 (16:48 +0100)
committerFlorian Hahn <flo@fhahn.com>
Mon, 27 Apr 2020 17:00:23 +0000 (18:00 +0100)
commit7363ffe95f0a32b5cf11affe844577aa7ba6f0f4
tree975433987f68da885ebf8179056afd60a2dbf50b
parent52492e6c430aa47836d28d7811961a1eb377ec49
[Matrix] Add draft specification for matrix support in Clang.

This patch documents the planned matrix support in Clang, based on the
draft specification discussed on cfe-dev in the 'Matrix Support in
Clang' thread.

Latest draft spec sent to cfe-dev: http://lists.llvm.org/pipermail/cfe-dev/2020-February/064742.html
Discussion thread January: http://lists.llvm.org/pipermail/cfe-dev/2020-January/064206.html
Discussion thread March: http://lists.llvm.org/pipermail/cfe-dev/2020-March/064834.html

Reviewers: rsmith, anemet, Bigcheese, dexonsmith, rjmccall

Reviewed By: rjmccall

Differential Revision: https://reviews.llvm.org/D76612
clang/docs/LanguageExtensions.rst
clang/docs/MatrixTypes.rst [new file with mode: 0644]