Skip to content

Commit 9e872a2

Browse files
committed
Fix interaction between monospace and italics
Signed-off-by: John Pennycook <[email protected]>
1 parent dbc52d3 commit 9e872a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_range_type.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,11 @@ There are several ways this extension could be implemented:
195195
kernel or function decorated with `range_type`, and then conditionally insert
196196
an equivalent of `__builtin_assume`.
197197

198-
- The existing `__builtin_assume` intrinsic in `__SYCL_ASSUME_INT` could be
198+
- The existing `+__builtin_assume+` intrinsic in `+__SYCL_ASSUME_INT+` could be
199199
replaced by a new (but similar) SPIR-V intrinsic, shifting range-type
200200
optimizations to the device compiler.
201-
This could take the form of a dedicated `__spirv_AssumeInRange` intrinsic,
202-
or a general `__spirv_Assume` intrinsic coupled with a `__spirv_MaxRange`
201+
This could take the form of a dedicated `+__spirv_AssumeInRange+` intrinsic,
202+
or a general `+__spirv_Assume+` intrinsic coupled with a `+__spirv_MaxRange+`
203203
value.
204204

205205
Ideally, the solution should not generate SPIR-V modules that require new

0 commit comments

Comments
 (0)