Skip to content

Commit 3c355ec

Browse files
authored
Reserve 4 memory operands bits for Arm (KhronosGroup#436)
Change-Id: I3b19b7ab42ba7bd5a87776fb21cb62451bb61683
1 parent 41a8eb2 commit 3c355ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/spirv/spir-v.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@
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"/>
274274
<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"/>
275+
<ids type="MemoryOperand" start="19" end="22" vendor="Arm" comment="Contact [email protected]"/>
276+
<ids type="MemoryOperand" start="23" end="30" comment="Unreserved bits reservable for use by vendors"/>
276277
<ids type="MemoryOperand" start="31" end="31" vendor="Khronos" comment="Reserved MemoryOperand bit, not available to vendors"/>
277278

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

0 commit comments

Comments
 (0)