Reserve token range for Google
authorDavid Neto <dneto@google.com>
Fri, 1 Dec 2017 15:34:45 +0000 (10:34 -0500)
committerDavid Neto <dneto@google.com>
Fri, 1 Dec 2017 15:34:45 +0000 (10:34 -0500)
include/spirv/spir-v.xml

index f3d3a65..f26f714 100644 (file)
     <ids type="opcode" start="5248" end="5503" vendor="NVIDIA"/>
     <ids type="opcode" start="5504" end="5567" vendor="Imagination"/>
     <ids type="opcode" start="5568" end="5631" vendor="Intel" comment="Contact ben.ashbaugh@intel.com"/>
+    <ids type="opcode" start="5632" end="5695" vendor="Google" comment="Contact dneto@google.com"/>
     <!-- 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="5632" end="4294967295" comment="Opcode range reservable for future use by vendors"/>
+    <ids type="opcode" start="5696" end="4294967295" comment="Opcode range reservable for future use by vendors"/>
 
 </registry>