Skip to content

Commit 4f7b471

Browse files
authored
Update bit reservations for loop controsl and memory operands (KhronosGroup#424)
1 parent 7d500c4 commit 4f7b471

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/spirv/spir-v.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@
210210

211211
<!-- Reserved loop control bits -->
212212
<ids type="LoopControl" start="0" end="15" vendor="Khronos" comment="Reserved LoopControl bits, not available to vendors - see the SPIR-V Specification"/>
213-
<ids type="LoopControl" start="16" end="25" vendor="Intel" comment="Contact [email protected]"/>
214-
<ids type="LoopControl" start="26" end="30" comment="Unreserved bits reservable for use by vendors"/>
213+
<ids type="LoopControl" start="16" end="27" vendor="Intel" comment="Contact [email protected]"/>
214+
<ids type="LoopControl" start="28" end="30" comment="Unreserved bits reservable for use by vendors"/>
215215
<ids type="LoopControl" start="31" end="31" vendor="Khronos" comment="Reserved LoopControl bit, not available to vendors"/>
216216

217217

@@ -271,8 +271,8 @@
271271

272272
<!-- Reserved memory operand bits -->
273273
<ids type="MemoryOperand" start="0" end="15" vendor="Khronos" comment="Reserved MemoryOperand bits, not available to vendors - see the SPIR-V Specification"/>
274-
<ids type="MemoryOperand" start="16" end="17" vendor="Intel" comment="Contact [email protected]"/>
275-
<ids type="MemoryOperand" start="18" end="30" comment="Unreserved bits reservable for use by vendors"/>
274+
<ids type="MemoryOperand" start="16" end="18" vendor="Intel" comment="Contact [email protected]"/>
275+
<ids type="MemoryOperand" start="19" end="30" comment="Unreserved bits reservable for use by vendors"/>
276276
<ids type="MemoryOperand" start="31" end="31" vendor="Khronos" comment="Reserved MemoryOperand bit, not available to vendors"/>
277277

278278
<!-- SECTION: SPIR-V Image Operand Bit Reservations -->

0 commit comments

Comments
 (0)