File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -821,8 +821,8 @@ are supported during translation from LLVM IR to SPIR-V the corresponding
821
821
decorations will be generated, and otherwise it will fall back to creating a
822
822
single ** UserSemantic** decoration. In general these decorations occur in the
823
823
annotation string as a series of ** {X}** and ** {X: Y }** where ** X** is a reserved
824
- name and ** Y** is one or more words and numbers separated by ** ,** or ** : ** ,
825
- depending on the decoration.
824
+ name and ** Y** is one or more words and numbers separated by a comma ( ** ,** ) or
825
+ a colon ( ** : ** ), depending on the decoration.
826
826
827
827
As such we propose an extension to this functionality with the following
828
828
changes:
@@ -832,7 +832,7 @@ changes:
832
832
rather than reserved names. With this there need not be any agreement between
833
833
the translator and LLVM IR producer, as the identifiers are specified by the
834
834
SPIR-V specification.
835
- * For decorations parsed with decoration identifiers, only the ** , ** delimiter
835
+ * For decorations parsed with decoration identifiers, only the comma delimiter
836
836
is valid for separating decoration values.
837
837
* In addition to words and numbers, string literals enclosed by quotation marks
838
838
are allowed as decoration values. No escapes are planned for this, so all
You can’t perform that action at this time.
0 commit comments