Reserve a new block of 64 opcodes
authorTobski <Tobias.Hector@amd.com>
Wed, 20 Nov 2019 14:31:37 +0000 (14:31 +0000)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 14:31:37 +0000 (14:31 +0000)
include/spirv/spir-v.xml

index 523460da3a4df24cb7e80c2b2c3af710927397e4..599c072aacc3a453eacfdb4bf06b5fed282a8eaa 100644 (file)
     <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="6015" 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
 
     <!-- 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="6079" end="4294967295" comment="Opcode range reservable for future use by vendors"/>
 
 
     <!-- SECTION: SPIR-V Loop Control Bit Reservations -->