Skip to content

Commit 9b6590d

Browse files
authored
clarify the size of a pipe is implementation-defined (#566)
1 parent 64d6b23 commit 9b6590d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

OpenCL_C.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,9 @@ The behavior of applying the `sizeof` operator to the `bool`, `image2d_t`,
18851885
`image3d_t`, `image2d_array_t`, `image1d_t`, `image1d_buffer_t`,
18861886
`image1d_array_t`, `image2d_depth_t`, `image2d_array_depth_t`,
18871887
`sampler_t`, `queue_t`, `ndrange_t`, `clk_event_t`, `reserve_id_t`, and
1888-
`event_t` types is implementation-defined.
1888+
`event_t` types is implementation-defined. Additionally, the behavior of
1889+
applying the `sizeof` operator to a pipe object (a type with the `pipe` type
1890+
specifier keyword) is implementation-defined.
18891891
--
18901892

18911893

0 commit comments

Comments
 (0)