Skip to content

Commit c9f9fd1

Browse files
Added info about OpenCL C into README (#589)
1 parent 72e3659 commit c9f9fd1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Dependencies>>.
1414
== Introduction
1515

1616
This 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,
1818
OpenCL C++ Specifications, as well as the OpenCL 2.2 Reference Pages
1919
and 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

Comments
 (0)