From 369b9e6fa85df11851c1a586031f038fc7e7cb36 Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Thu, 21 Dec 2023 16:13:05 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Gordon Brown --- adoc/chapters/opencl_backend.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adoc/chapters/opencl_backend.adoc b/adoc/chapters/opencl_backend.adoc index f6ea1785..37bc993c 100644 --- a/adoc/chapters/opencl_backend.adoc +++ b/adoc/chapters/opencl_backend.adoc @@ -1186,9 +1186,9 @@ capabilities defined in the OpenCL 1.2 specification document <>. -== Precision of builtin math functions +== Precision of built-in math functions -When the builtin SYCL functions defined in sections <> +When the SYCL built-in functions defined in sections <> through <> are called from a kernel running on the OpenCL backend, their precision is the same as the corresponding OpenCL functions as specified for the OpenCL profile.