Skip to content

Commit f7e1a2e

Browse files
authored
Merge pull request KhronosGroup#336 from DBDuncan/shift-codeplay-range
Shift Codeplay opcode range to preserve alignment of opcodes and non-opcodes
2 parents 7f1d2f4 + 7c862b5 commit f7e1a2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/spirv/spir-v.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,15 @@
140140
<ids type="opcode" start="6144" end="6271" vendor="Intel" comment="Contact [email protected]"/>
141141
<ids type="opcode" start="6272" end="6399" vendor="Huawei" comment="Contact [email protected]"/>
142142
<ids type="opcode" start="6400" end="6463" vendor="Intel" comment="Contact [email protected]"/>
143-
<ids type="opcode" start="6464" end="6527" vendor="Codeplay" comment="Contact [email protected]"/>
143+
<ids type="opcode" start="6464" end="6527" vendor="N/A" comment="Blank range to keep alignment with non-opcodes"/>
144+
<ids type="opcode" start="6528" end="6591" vendor="Codeplay" comment="Contact [email protected]"/>
144145
<!-- Opcode enumerants to reserve for future use. To get a block, allocate
145146
multiples of 64 starting at the lowest available point in this
146147
block and add a corresponding <ids> tag immediately above. Make
147148
sure to fill in the vendor attribute, and preferably add a contact
148149
person/address in a comment attribute. -->
149150
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
150-
<ids type="opcode" start="6528" end="65535" comment="Opcode range reservable for future use by vendors"/>
151+
<ids type="opcode" start="6592" end="65535" comment="Opcode range reservable for future use by vendors"/>
151152
<!-- End reservations of opcodes -->
152153

153154

0 commit comments

Comments
 (0)