Skip to content

Commit 05f8e08

Browse files
authored
Update SPIRVUsage.rst (#123897)
1 parent 0e2abe7 commit 05f8e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/SPIRVUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ list of supported SPIR-V extensions, sorted alphabetically by their extension na
204204
* - ``SPV_KHR_non_semantic_info``
205205
- Adds the ability to declare extended instruction sets that have no semantic impact and can be safely removed from a module.
206206

207-
To enable multiple extensions, list them separated by spaces. For example, to enable support for atomic operations on floating-point numbers and arbitrary precision integers, use:
207+
To enable multiple extensions, list them separated by comma. For example, to enable support for atomic operations on floating-point numbers and arbitrary precision integers, use:
208208

209209
``-spirv-ext=+SPV_EXT_shader_atomic_float_add,+SPV_INTEL_arbitrary_precision_integers``
210210

0 commit comments

Comments
 (0)