Index: clang/docs/OpenCLSupport.rst =================================================================== --- clang/docs/OpenCLSupport.rst +++ clang/docs/OpenCLSupport.rst @@ -456,3 +456,7 @@ Note that `type_traits` is a header only library and therefore no extra linking step against the standard libraries is required. See full example in `Compiler Explorer `_. + +More OpenCL specific C++ library implementations built on top of libcxx +are available in `libclcxx `_ +project.