aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/spir-v.xml
diff options
context:
space:
mode:
authorMichael Kinsner <michael.kinsner@intel.com>2021-05-12 10:43:59 -0300
committerMichael Kinsner <michael.kinsner@intel.com>2021-05-12 10:43:59 -0300
commit819fb44e4f9edbfde68cede675f1e103101cb13b (patch)
tree368692c17ef8383e7122507a204b6f7d3a028239 /include/spirv/spir-v.xml
parent85b7e00c7d785962ffe851a177c84353d037dcb6 (diff)
downloadSPIRV-Headers-819fb44e4f9edbfde68cede675f1e103101cb13b.tar.gz
Reserve loop control bit for upcoming trip count (min,max,avg) control
Diffstat (limited to 'include/spirv/spir-v.xml')
-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 d18bfcd..e983c3b 100644
--- a/include/spirv/spir-v.xml
+++ b/include/spirv/spir-v.xml
@@ -182,8 +182,8 @@
<!-- Reserved loop control bits -->
<ids type="LoopControl" start="0" end="15" vendor="Khronos" comment="Reserved LoopControl bits, not available to vendors - see the SPIR-V Specification"/>
- <ids type="LoopControl" start="16" end="23" vendor="Intel" comment="Contact michael.kinsner@intel.com"/>
- <ids type="LoopControl" start="24" end="30" comment="Unreserved bits reservable for use by vendors"/>
+ <ids type="LoopControl" start="16" end="24" vendor="Intel" comment="Contact michael.kinsner@intel.com"/>
+ <ids type="LoopControl" start="25" end="30" comment="Unreserved bits reservable for use by vendors"/>
<ids type="LoopControl" start="31" end="31" vendor="Khronos" comment="Reserved LoopControl bit, not available to vendors"/>