Skip to content

Commit b42ba6d

Browse files
authored
Merge pull request KhronosGroup#262 from mkinsner/mkinsner/allocate_loop_control_bit
Allocate additional loop control bit for upcoming Intel extension
2 parents b8047fb + bf2809d commit b42ba6d

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
@@ -192,8 +192,8 @@
192192

193193
<!-- Reserved loop control bits -->
194194
<ids type="LoopControl" start="0" end="15" vendor="Khronos" comment="Reserved LoopControl bits, not available to vendors - see the SPIR-V Specification"/>
195-
<ids type="LoopControl" start="16" end="24" vendor="Intel" comment="Contact [email protected]"/>
196-
<ids type="LoopControl" start="25" end="30" comment="Unreserved bits reservable for use by vendors"/>
195+
<ids type="LoopControl" start="16" end="25" vendor="Intel" comment="Contact [email protected]"/>
196+
<ids type="LoopControl" start="26" end="30" comment="Unreserved bits reservable for use by vendors"/>
197197
<ids type="LoopControl" start="31" end="31" vendor="Khronos" comment="Reserved LoopControl bit, not available to vendors"/>
198198

199199

0 commit comments

Comments
 (0)