summaryrefslogtreecommitdiff
path: root/include/spirv
diff options
context:
space:
mode:
authorDuncan Brawley <duncan.brawley@codeplay.com>2023-04-06 16:16:24 +0100
committerDuncan Brawley <duncan.brawley@codeplay.com>2023-04-07 14:08:40 +0100
commit7c862b551f57b29621ddfc4e8f553a247e0abab7 (patch)
tree29e8daee7f407aab29057197eea5767e2dbbaa62 /include/spirv
parent29ba2493125effc581532518add689613cebfec7 (diff)
downloadSPIRV-Headers-7c862b551f57b29621ddfc4e8f553a247e0abab7.tar.gz
SPIRV-Headers-7c862b551f57b29621ddfc4e8f553a247e0abab7.tar.bz2
SPIRV-Headers-7c862b551f57b29621ddfc4e8f553a247e0abab7.zip
Shift Codeplay opcode range to preserve alignment of opcodes and non-opcodes
Diffstat (limited to 'include/spirv')
-rw-r--r--include/spirv/spir-v.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml
index 6648b33..e1e878c 100644
--- a/include/spirv/spir-v.xml
+++ b/include/spirv/spir-v.xml
@@ -140,14 +140,15 @@
<ids type="opcode" start="6144" end="6271" vendor="Intel" comment="Contact michael.kinsner@intel.com"/>
<ids type="opcode" start="6272" end="6399" vendor="Huawei" comment="Contact wanghuilong2@xunweitech.com"/>
<ids type="opcode" start="6400" end="6463" vendor="Intel" comment="Contact ben.ashbaugh@intel.com"/>
- <ids type="opcode" start="6464" end="6527" vendor="Codeplay" comment="Contact duncan.brawley@codeplay.com"/>
+ <ids type="opcode" start="6464" end="6527" vendor="N/A" comment="Blank range to keep alignment with non-opcodes"/>
+ <ids type="opcode" start="6528" end="6591" vendor="Codeplay" comment="Contact duncan.brawley@codeplay.com"/>
<!-- Opcode enumerants to reserve 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
sure to fill in the vendor attribute, and preferably add a contact
person/address in a comment attribute. -->
<!-- Example new block: <ids type="opcode" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
- <ids type="opcode" start="6528" end="65535" comment="Opcode range reservable for future use by vendors"/>
+ <ids type="opcode" start="6592" end="65535" comment="Opcode range reservable for future use by vendors"/>
<!-- End reservations of opcodes -->