aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgnl21 <gleese@broadcom.com>2024-05-08 16:57:13 +0100
committerGitHub <noreply@github.com>2024-05-08 08:57:13 -0700
commit49a1fceb9b1d087f3c25ad5ec077bb0e46231297 (patch)
treef8666f308f0e3ab264fcf622a9292ce1265e5116
parentacfc254a78944547bd31a5c8e6e0734924cc97aa (diff)
downloadspirv-headers-upstream-main.tar.gz
Fix SPIR-V reserved ranges (#427)upstream-main
The unused portions hadn't been updated so were overlapping the reserved ranges.
-rw-r--r--include/spirv/spir-v.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml
index 52de097..f9b23ac 100644
--- a/include/spirv/spir-v.xml
+++ b/include/spirv/spir-v.xml
@@ -157,7 +157,7 @@
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="6656" end="65535" comment="Opcode range reservable for future use by vendors"/>
+ <ids type="opcode" start="6720" end="65535" comment="Opcode range reservable for future use by vendors"/>
<!-- End reservations of opcodes -->
@@ -190,7 +190,7 @@
sure to fill in the vendor attribute, and preferably add a contact
person/address in a comment attribute. -->
<!-- Example new block: <ids type="enumerant" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
- <ids type="enumerant" start="6656" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
+ <ids type="enumerant" start="6720" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
<!-- End reservations of enumerants -->