summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2016-06-21 16:09:30 +0000
committerPirama Arumuga Nainar <pirama@google.com>2016-06-21 16:09:30 +0000
commit82c6cd26a0816f1407cea5abe30ef24c7d533589 (patch)
tree0b7649b3103f4938b1439863061d6a0e4ed239c2 /docs
parent8b8df10d0277da99af34aa26eb46c5ead1b80007 (diff)
Add documentation for RenderScript changes
Summary: - Document the new 'kernel' attribute - Mention RenderScript support in the Release Notes. Reviewers: rsmith Subscribers: tberghammer, danalbert, cfe-commits, srhines Differential Revision: http://reviews.llvm.org/D21212 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273283 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 6da879043c..fa73054676 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -84,6 +84,11 @@ C Language Changes in Clang
---------------------------
The -faltivec and -maltivec flags no longer silently include altivec.h on Power platforms.
+`RenderScript
+<https://developer.android.com/guide/topics/renderscript/compute.html>`_
+support added to the Frontend and enabled by the '-x renderscript' option or
+the '.rs' file extension.
+
...
C11 Feature Support