aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaun Krisch <raun.krisch@gmail.com>2022-01-19 10:44:07 -0600
committerGitHub <noreply@github.com>2022-01-19 10:44:07 -0600
commitb42ba6d92faf6b4938e6f22ddd186dbdacc98d78 (patch)
tree3f981c282a909a7f469bd72fb20d5db866e3e1f1
parentb8047fbe45f426f5918fadc67e8408f5b108c3c9 (diff)
parentbf2809d6f4d157f093ba593bcdc46cae8449a4cc (diff)
downloadSPIRV-Headers-b42ba6d92faf6b4938e6f22ddd186dbdacc98d78.tar.gz
Merge pull request #262 from mkinsner/mkinsner/allocate_loop_control_bit
Allocate additional loop control bit for upcoming Intel extension
-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 5b4f9ce..6b578a5 100644
--- a/include/spirv/spir-v.xml
+++ b/include/spirv/spir-v.xml
@@ -192,8 +192,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="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="16" end="25" vendor="Intel" comment="Contact michael.kinsner@intel.com"/>
+ <ids type="LoopControl" start="26" 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"/>