Describe OpenCL C changes

llvm-svn: 194368
This commit is contained in:
Erik Schnetter 2013-11-11 06:36:33 +00:00
parent 864f1cc065
commit 489700d945
1 changed files with 7 additions and 0 deletions

View File

@ -112,6 +112,13 @@ Objective-C Language Changes in Clang
...
OpenCL C Language Changes in Clang
----------------------------------
- OpenCL C "long" now always has a size of 64 bit, and all OpenCL C
types are aligned as specified in the OpenCL C standard. Also,
"char" is now always signed.
Internal API Changes
--------------------