Commit 2c8ca519 by Ben Clayton

Squashed 'third_party/SPIRV-Headers/' changes from af64a9e82..204cd131c

204cd131c Merge pull request #134 from Tobski/patch-1 e0adad52b Off-by-one errors 6045738ac Reserve a new block of 64 opcodes git-subtree-dir: third_party/SPIRV-Headers git-subtree-split: 204cd131c42b90d129073719f2766293ce35c081
parent 0f9a2dc9
......@@ -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
......@@ -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 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment