Skip to content

Commit

Permalink
Reserve 4 memory operands bits for Arm (#436)
Browse files Browse the repository at this point in the history
Change-Id: I3b19b7ab42ba7bd5a87776fb21cb62451bb61683
  • Loading branch information
kpet authored Jul 10, 2024
1 parent 41a8eb2 commit 3c355ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/spirv/spir-v.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,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="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="19" end="22" vendor="Arm" comment="Contact [email protected]"/>
<ids type="MemoryOperand" start="23" 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 3c355ec

Please sign in to comment.