aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/spir-v.xml
diff options
context:
space:
mode:
authorMichael Kinsner <michael.kinsner@intel.com>2019-02-26 09:01:57 -0500
committerMichael Kinsner <michael.kinsner@intel.com>2019-02-26 09:01:57 -0500
commit2b3bbbc28c00c861b4f85e013635e28992f3caff (patch)
tree5c8cf8b570c146d5eb66dc41e40ed431f571b0f9 /include/spirv/spir-v.xml
parente74c389f81915d0a48d6df1af83c3862c5ad85ab (diff)
downloadSPIRV-Headers-2b3bbbc28c00c861b4f85e013635e28992f3caff.tar.gz
Reserve double SPIR-V enum block for upcoming Intel FPGA extension
Diffstat (limited to 'include/spirv/spir-v.xml')
-rw-r--r--include/spirv/spir-v.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml
index d7e6e48..b01e344 100644
--- a/include/spirv/spir-v.xml
+++ b/include/spirv/spir-v.xml
@@ -107,6 +107,7 @@
<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"/>
<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"/>
<!-- 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
@@ -115,6 +116,6 @@
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
- <ids type="opcode" start="5824" end="4294967295" comment="Opcode range reservable for future use by vendors"/>
+ <ids type="opcode" start="5952" end="4294967295" comment="Opcode range reservable for future use by vendors"/>
</registry>