Skip to content

Commit

Permalink
Update bit reservations for loop controsl and memory operands (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
aejjehint authored Mar 27, 2024
1 parent 7d500c4 commit 4f7b471
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/spirv/spir-v.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@

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


Expand Down Expand Up @@ -271,8 +271,8 @@

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

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

0 comments on commit 4f7b471

Please sign in to comment.