Skip to content

Commit 268a061

Browse files
authored
Reserve a single block of opcodes and enumerants for Saarland University (KhronosGroup#343)
1 parent f7e1a2e commit 268a061

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
@@ -142,13 +142,14 @@
142142
<ids type="opcode" start="6400" end="6463" vendor="Intel" comment="Contact [email protected]"/>
143143
<ids type="opcode" start="6464" end="6527" vendor="N/A" comment="Blank range to keep alignment with non-opcodes"/>
144144
<ids type="opcode" start="6528" end="6591" vendor="Codeplay" comment="Contact [email protected]"/>
145+
<ids type="opcode" start="6592" end="6655" vendor="Saarland University" comment="Contact [email protected]"/>
145146
<!-- Opcode enumerants to reserve for future use. To get a block, allocate
146147
multiples of 64 starting at the lowest available point in this
147148
block and add a corresponding <ids> tag immediately above. Make
148149
sure to fill in the vendor attribute, and preferably add a contact
149150
person/address in a comment attribute. -->
150151
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
151-
<ids type="opcode" start="6592" end="65535" comment="Opcode range reservable for future use by vendors"/>
152+
<ids type="opcode" start="6656" end="65535" comment="Opcode range reservable for future use by vendors"/>
152153
<!-- End reservations of opcodes -->
153154

154155

@@ -173,13 +174,14 @@
173174
<ids type="enumerant" start="6400" end="6463" vendor="Intel" comment="Contact [email protected]"/>
174175
<ids type="enumerant" start="6464" end="6527" vendor="Mikkosoft Productions" comment="Contact Mikko Rasa, [email protected]"/>
175176
<ids type="enumerant" start="6528" end="6591" vendor="Codeplay" comment="Contact [email protected]"/>
177+
<ids type="enumerant" start="6592" end="6655" vendor="Saarland University" comment="Contact [email protected]"/>
176178
<!-- Enumerants to reserve for future use. To get a block, allocate
177179
multiples of 64 starting at the lowest available point in this
178180
block and add a corresponding <ids> tag immediately above. Make
179181
sure to fill in the vendor attribute, and preferably add a contact
180182
person/address in a comment attribute. -->
181183
<!-- Example new block: <ids type="enumerant" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
182-
<ids type="enumerant" start="6592" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
184+
<ids type="enumerant" start="6656" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
183185
<!-- End reservations of enumerants -->
184186

185187

0 commit comments

Comments
 (0)