From f92e9973224a73387016560bbe3247a3c9f3a7c5 Mon Sep 17 00:00:00 2001 From: Verena Beckham Date: Thu, 16 May 2024 10:51:57 +0100 Subject: [PATCH] Insert missing closing parenthesis. --- adoc/chapters/programming_interface.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adoc/chapters/programming_interface.adoc b/adoc/chapters/programming_interface.adoc index 187a53eb..1e2a63b5 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -2017,7 +2017,7 @@ info::device::half_fp_config as addition, subtraction, multiplication) are implemented in software. If half precision is supported by this SYCL [code]#device# (i.e. the -[code]#device# has [code]#aspect::fp16# there is no minimum floating-point +[code]#device# has [code]#aspect::fp16#) there is no minimum floating-point capability. If half support is not supported the returned [code]#std::vector# must be empty. --