Skip to content

Commit 154cb2b

Browse files
authored
Reserve a block of error codes for future QCOM extensions (#1550)
1 parent d14c681 commit 154cb2b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

xml/cl.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,12 @@ server's OpenCL/api-docs repository.
794794
<unused start="-1143" end="-1153"/>
795795
</enums>
796796

797-
<enums start="-1154" end="-9999" name="ErrorCodes.future" vendor="Khronos" comment="RESERVED FOR FUTURE ALLOCATIONS BY KHRONOS">
798-
<unused start="-1154" end="-9999"/>
797+
<enums start="-1154" end="-1161" name="ErrorCodes.1154" vendor="Qualcomm" comment="Reserved for Qualcomm extensions">
798+
<unused start="-1154" end="-1161"/>
799+
</enums>
800+
801+
<enums start="-1162" end="-9999" name="ErrorCodes.future" vendor="Khronos" comment="RESERVED FOR FUTURE ALLOCATIONS BY KHRONOS">
802+
<unused start="-1162" end="-9999"/>
799803
</enums>
800804

801805
<enums name="cl_bool" vendor="Khronos" comment="Boolean values">

0 commit comments

Comments
 (0)