PIPE_RESERVE_ID_VALID_BIT is implementation defined, so lets not keep it in the header.
Previously the topic was discussed here: https://reviews.llvm.org/D32896
Differential D52658
[OpenCL] Remove PIPE_RESERVE_ID_VALID_BIT from opencl-c.h sidorovd on Sep 28 2018, 9:18 AM. Authored by
Details PIPE_RESERVE_ID_VALID_BIT is implementation defined, so lets not keep it in the header. Previously the topic was discussed here: https://reviews.llvm.org/D32896
Diff Detail
Event TimelineComment Actions Does it mean we should close https://reviews.llvm.org/D32896? Would it make sense to keep this value as Clang implementation and if vendors need to change this they can undef it and redefine a new value. Would this work? Comment Actions Yes This would work, but the macro isn't existing in the spec and while there already is implementation defined function 'is_valid_reserve_id()' I don't see any reason for PIPE_RESERVE_ID_VALID_BIT to be defined in the header. |