Skip to content

Commit

Permalink
Reserve some tokens for upcoming extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnl21 committed Apr 30, 2024
1 parent 7df0c68 commit 26cea47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/spirv/spir-v.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<ids type="opcode" start="6144" end="6271" vendor="Intel" comment="Contact [email protected]"/>
<ids type="opcode" start="6272" end="6399" vendor="Huawei" comment="Contact [email protected]"/>
<ids type="opcode" start="6400" end="6463" vendor="Intel" comment="Contact [email protected]"/>
<ids type="opcode" start="6464" end="6527" vendor="N/A" comment="Blank range to keep alignment with non-opcodes"/>
<ids type="opcode" start="6464" end="6527" vendor="Khronos" comment="Contact [email protected]"/>
<ids type="opcode" start="6528" end="6591" vendor="Codeplay" comment="Contact [email protected]"/>
<ids type="opcode" start="6592" end="6655" vendor="Saarland University" comment="Contact [email protected]"/>
<ids type="opcode" start="6656" end="6719" vendor="Meta" comment="Contact [email protected]"/>
Expand Down Expand Up @@ -184,13 +184,14 @@
<ids type="enumerant" start="6528" end="6591" vendor="Codeplay" comment="Contact [email protected]"/>
<ids type="enumerant" start="6592" end="6655" vendor="Saarland University" comment="Contact [email protected]"/>
<ids type="enumerant" start="6656" end="6719" vendor="Meta" comment="Contact [email protected]"/>
<ids type="enumerant" start="6720" end="6783" vendor="Khronos" comment="Contact [email protected]"/>
<!-- Enumerants to reserve for future use. To get a block, allocate
multiples of 64 starting at the lowest available point in this
block and add a corresponding <ids> tag immediately above. Make
sure to fill in the vendor attribute, and preferably add a contact
person/address in a comment attribute. -->
<!-- Example new block: <ids type="enumerant" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
<ids type="enumerant" start="6720" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
<ids type="enumerant" start="6784" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
<!-- End reservations of enumerants -->


Expand Down

0 comments on commit 26cea47

Please sign in to comment.