[all-commits] [llvm/llvm-project] 7363ff: [Matrix] Add draft specification for matrix suppor...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Apr 27 10:01:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7363ffe95f0a32b5cf11affe844577aa7ba6f0f4
https://github.com/llvm/llvm-project/commit/7363ffe95f0a32b5cf11affe844577aa7ba6f0f4
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M clang/docs/LanguageExtensions.rst
A clang/docs/MatrixTypes.rst
Log Message:
-----------
[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
More information about the All-commits
mailing list