@@ -14,7 +14,7 @@ Dependencies>>.
1414== Introduction
1515
1616This repository contains the source and tool chain used to generate the
17- formal OpenCL API, OpenCL Extensions, OpenCL SPIR-V Environment, and
17+ formal OpenCL API, OpenCL C, OpenCL Extensions, OpenCL SPIR-V Environment,
1818OpenCL C++ Specifications, as well as the OpenCL 2.2 Reference Pages
1919and documentation for the C++ for OpenCL kernel language.
2020
@@ -51,6 +51,8 @@ We intend to maintain a linear history on the GitHub `master` branch.
5151| `katex/` | KaTeX math renderer for HTML outputs
5252| `OpenCL_API.txt` | Main source file for the OpenCL API Specification
5353| `api/` | Individual sections of the API Specification
54+ | `OpenCL_C.txt` | Main source file for the OpenCL C Specification
55+ | `c/` | Individual sections of the C Specification
5456| `OpenCL_Cxx.txt` | Main source file for the OpenCL C++ Specification
5557| `cxx/` | Individual sections of the C++ Specification
5658| `OpenCL_Env.txt` | Main source file for the OpenCL SPIR-V Environment Specification
@@ -84,6 +86,10 @@ for each Specification:
8486| apihtml | HTML outputs for API Specification
8587| apipdf | PDF outputs for API Specification
8688| |
89+ | c | HTML and PDF outputs for C Specification
90+ | chtml | HTML outputs for C Specification
91+ | cpdf | PDF outputs for C Specification
92+ | |
8793| cxx | HTML and PDF outputs for C++ Specification
8894| cxxhtml | HTML outputs for C++ Specification
8995| cxxpdf | PDF outputs for C++ Specification
0 commit comments