Skip to content

Commit 49a1fce

Browse files
authored
Fix SPIR-V reserved ranges (KhronosGroup#427)
The unused portions hadn't been updated so were overlapping the reserved ranges.
1 parent acfc254 commit 49a1fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/spirv/spir-v.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
sure to fill in the vendor attribute, and preferably add a contact
158158
person/address in a comment attribute. -->
159159
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
160-
<ids type="opcode" start="6656" end="65535" comment="Opcode range reservable for future use by vendors"/>
160+
<ids type="opcode" start="6720" end="65535" comment="Opcode range reservable for future use by vendors"/>
161161
<!-- End reservations of opcodes -->
162162

163163

@@ -190,7 +190,7 @@
190190
sure to fill in the vendor attribute, and preferably add a contact
191191
person/address in a comment attribute. -->
192192
<!-- Example new block: <ids type="enumerant" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
193-
<ids type="enumerant" start="6656" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
193+
<ids type="enumerant" start="6720" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
194194
<!-- End reservations of enumerants -->
195195

196196

0 commit comments

Comments
 (0)