[llvm] 05f8e08 - Update SPIRVUsage.rst (#123897)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 09:47:08 PST 2025
Author: Vishakh Prakash
Date: 2025-01-30T09:47:04-08:00
New Revision: 05f8e0806e54a6c77347c118705cef1197d4ba18
URL: https://github.com/llvm/llvm-project/commit/05f8e0806e54a6c77347c118705cef1197d4ba18
DIFF: https://github.com/llvm/llvm-project/commit/05f8e0806e54a6c77347c118705cef1197d4ba18.diff
LOG: Update SPIRVUsage.rst (#123897)
Added:
Modified:
llvm/docs/SPIRVUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/SPIRVUsage.rst b/llvm/docs/SPIRVUsage.rst
index 23c5fe37a9b878..b7601b26beb89e 100644
--- a/llvm/docs/SPIRVUsage.rst
+++ b/llvm/docs/SPIRVUsage.rst
@@ -204,7 +204,7 @@ list of supported SPIR-V extensions, sorted alphabetically by their extension na
* - ``SPV_KHR_non_semantic_info``
- Adds the ability to declare extended instruction sets that have no semantic impact and can be safely removed from a module.
-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:
+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:
``-spirv-ext=+SPV_EXT_shader_atomic_float_add,+SPV_INTEL_arbitrary_precision_integers``
More information about the llvm-commits
mailing list