Skip to content

Commit 92f21c9

Browse files
authored
Merge pull request KhronosGroup#247 from bashbaug/intel-enum-block
reserve SPIR-V enum block for Intel extensions
2 parents 19e8350 + 442c6a6 commit 92f21c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/spirv/spir-v.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,14 @@
134134
<ids type="opcode" start="6080" end="6143" vendor="Intel" comment="Contact [email protected]"/>
135135
<ids type="opcode" start="6144" end="6271" vendor="Intel" comment="Contact [email protected]"/>
136136
<ids type="opcode" start="6272" end="6399" vendor="Huawei" comment="Contact [email protected]"/>
137+
<ids type="opcode" start="6400" end="6463" vendor="Intel" comment="Contact [email protected]"/>
137138
<!-- Opcode enumerants to reserve for future use. To get a block, allocate
138139
multiples of 64 starting at the lowest available point in this
139140
block and add a corresponding <ids> tag immediately above. Make
140141
sure to fill in the vendor attribute, and preferably add a contact
141142
person/address in a comment attribute. -->
142143
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
143-
<ids type="opcode" start="6400" end="65535" comment="Opcode range reservable for future use by vendors"/>
144+
<ids type="opcode" start="6464" end="65535" comment="Opcode range reservable for future use by vendors"/>
144145
<!-- End reservations of opcodes -->
145146

146147

@@ -162,13 +163,14 @@
162163
<ids type="enumerant" start="6080" end="6143" vendor="Intel" comment="Contact [email protected]"/>
163164
<ids type="enumerant" start="6144" end="6271" vendor="Intel" comment="Contact [email protected]"/>
164165
<ids type="enumerant" start="6272" end="6399" vendor="Huawei" comment="Contact [email protected]"/>
166+
<ids type="enumerant" start="6400" end="6463" vendor="Intel" comment="Contact [email protected]"/>
165167
<!-- Enumerants to reserve for future use. To get a block, allocate
166168
multiples of 64 starting at the lowest available point in this
167169
block and add a corresponding <ids> tag immediately above. Make
168170
sure to fill in the vendor attribute, and preferably add a contact
169171
person/address in a comment attribute. -->
170172
<!-- Example new block: <ids type="enumerant" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
171-
<ids type="enumerant" start="6400" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
173+
<ids type="enumerant" start="6464" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
172174
<!-- End reservations of enumerants -->
173175

174176

0 commit comments

Comments
 (0)