Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.02 KB

OpenCLSupport.rst

File metadata and controls

47 lines (31 loc) · 1.02 KB
.none { background-color: #FFCCCC } .partial { background-color: #FFFF99 } .good { background-color: #CCFF99 }

Clang fully supports all OpenCL C versions from 1.1 to 2.0.

Please refer to Bugzilla for the most up to date bug reports.

Bugzilla bugs for this functionality are typically prefixed with '[C++]'.

TODO!

  • Use of ObjC blocks is disabled.
  • Global destructor invocation is not generated correctly.
  • Initialization of objects in __constant address spaces is not guaranteed to work.
  • addrspace_cast operator is not supported.