diff --git a/clang/docs/OpenCLSupport.rst b/clang/docs/OpenCLSupport.rst --- a/clang/docs/OpenCLSupport.rst +++ b/clang/docs/OpenCLSupport.rst @@ -458,3 +458,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.