Skip to content

Commit 3d29ed8

Browse files
2 parents fc7591d + 75e1bca commit 3d29ed8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

OpenCL_C.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9581,9 +9581,7 @@ The format is composed of zero or more directives: ordinary characters (not
95819581
specifications, each of which results in fetching zero or more subsequent
95829582
arguments, converting them, if applicable, according to the corresponding
95839583
conversion specifier, and then writing the result to the output stream.
9584-
The format is in the constant address space and must be resolvable at
9585-
compile time, i.e. cannot be dynamically created by the executing program
9586-
itself.
9584+
The format must be a string literal.
95879585

95889586
Each conversion specification is introduced by the character *%*.
95899587
After the *%*, the following appear in sequence:

0 commit comments

Comments
 (0)