Skip to content

Commit d5f4027

Browse files
[C++ for OpenCL] Elaborate behavior of extensions (#740)
Extensions from OpenCL C are also valid in C++ for OpenCL.
1 parent 0e169bf commit d5f4027

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cxx4opencl/intro.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ not covered in either OpenCL or {cpp} specifications, in particular:
4444
* any behavior that deviates from {cpp}17;
4545
* any behavior that deviates from OpenCL C v2.0;
4646
* any behavior that is not governed by OpenCL C and {cpp}.
47+
48+
All language extensions to OpenCL C v2.0 or earlier are applicable to
49+
C++ for OpenCL.

0 commit comments

Comments
 (0)