From caa94c1c88548d7a5c0568bab7db6e2654e26e88 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Tue, 2 Apr 2024 16:57:21 -0700 Subject: [PATCH] change cl_khr_kernel_clock to use asciidoctor attributes --- OpenCL_C.txt | 2 +- api/appendix_e.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenCL_C.txt b/OpenCL_C.txt index 6f899e95..79a27f8f 100644 --- a/OpenCL_C.txt +++ b/OpenCL_C.txt @@ -15335,7 +15335,7 @@ ifdef::cl_khr_kernel_clock[] === Kernel Clock Functions NOTE: The functionality described in this section <> -support for the `<>` extension. + +support for the {cl_khr_kernel_clock_EXT} extension. + The `clock_read_device` and `clock_read_hilo_device` functions require support for the {opencl_c_kernel_clock_scope_device} feature. The `clock_read_work_group` and `clock_read_hilo_work_group` functions require diff --git a/api/appendix_e.asciidoc b/api/appendix_e.asciidoc index 3eedc15b..eebc7ff2 100644 --- a/api/appendix_e.asciidoc +++ b/api/appendix_e.asciidoc @@ -602,4 +602,4 @@ Changes from *v3.0.14*: Changes from *v3.0.15*: * Added new extensions: - ** `<>` (provisional) + ** {cl_khr_kernel_clock_EXT} (provisional)