Skip to content

Commit 3fdabd0

Browse files
authored
Reserve SPIR-V token range for upcoming Intel extensions. (KhronosGroup#165)
1 parent 5538bf4 commit 3fdabd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/spirv/spir-v.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,14 @@
123123
<ids type="opcode" start="5824" end="5951" vendor="Intel" comment="Contact [email protected]"/>
124124
<ids type="opcode" start="5952" end="6015" vendor="Codeplay" comment="Contact [email protected]"/>
125125
<ids type="opcode" start="6016" end="6079" vendor="Khronos" comment="Contact @tobski"/>
126+
<ids type="opcode" start="6080" end="6143" vendor="Intel" comment="Contact [email protected]"/>
126127
<!-- Opcode enumerants to reserve for future use. To get a block, allocate
127128
multiples of 64 starting at the lowest available point in this
128129
block and add a corresponding <ids> tag immediately above. Make
129130
sure to fill in the vendor attribute, and preferably add a contact
130131
person/address in a comment attribute. -->
131132
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
132-
<ids type="opcode" start="6080" end="65535" comment="Opcode range reservable for future use by vendors"/>
133+
<ids type="opcode" start="6144" end="65535" comment="Opcode range reservable for future use by vendors"/>
133134
<!-- End reservations of opcodes -->
134135

135136

@@ -148,13 +149,14 @@
148149
<ids type="enumerant" start="5824" end="5951" vendor="Intel" comment="Contact [email protected]"/>
149150
<ids type="enumerant" start="5952" end="6015" vendor="Codeplay" comment="Contact [email protected]"/>
150151
<ids type="enumerant" start="6016" end="6079" vendor="Khronos" comment="Contact @tobski"/>
152+
<ids type="enumerant" start="6080" end="6143" vendor="Intel" comment="Contact [email protected]"/>
151153
<!-- Enumerants to reserve for future use. To get a block, allocate
152154
multiples of 64 starting at the lowest available point in this
153155
block and add a corresponding <ids> tag immediately above. Make
154156
sure to fill in the vendor attribute, and preferably add a contact
155157
person/address in a comment attribute. -->
156158
<!-- Example new block: <ids type="enumerant" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
157-
<ids type="enumerant" start="6080" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
159+
<ids type="enumerant" start="6144" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
158160
<!-- End reservations of enumerants -->
159161

160162

0 commit comments

Comments
 (0)