Skip to content

Commit

Permalink
Merge pull request KhronosGroup#134 from Tobski/patch-1
Browse files Browse the repository at this point in the history
Reserve a new block of 64 opcodes
  • Loading branch information
johnkslang authored Nov 20, 2019
2 parents af64a9e + e0adad5 commit 204cd13
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 @@ -111,6 +111,7 @@
<ids type="opcode" start="5696" end="5823" vendor="Intel" comment="Contact ben.ashbaugh@intel.com"/>
<ids type="opcode" start="5824" end="5951" vendor="Intel" comment="Contact michael.kinsner@intel.com"/>
<ids type="opcode" start="5952" end="6015" vendor="Codeplay" comment="Contact victor@codeplay.com"/>
<ids type="opcode" start="6016" end="6079" vendor="Khronos" comment="Contact @tobski"/>
<!-- Opcodes & enumerants reservable for future use. To get a block, allocate
multiples of 64 starting at the lowest available point in this
block and add a corresponding <ids> tag immediately above. Make
Expand All @@ -119,7 +120,7 @@

<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->

<ids type="opcode" start="6016" end="4294967295" comment="Opcode range reservable for future use by vendors"/>
<ids type="opcode" start="6080" end="4294967295" comment="Opcode range reservable for future use by vendors"/>


<!-- SECTION: SPIR-V Loop Control Bit Reservations -->
Expand Down

0 comments on commit 204cd13

Please sign in to comment.