Reserve loop control bit for upcoming trip count (min,max,avg) control
authorMichael Kinsner <michael.kinsner@intel.com>
Wed, 12 May 2021 13:43:59 +0000 (10:43 -0300)
committerMichael Kinsner <michael.kinsner@intel.com>
Wed, 12 May 2021 13:43:59 +0000 (10:43 -0300)
include/spirv/spir-v.xml

index d18bfcd..e983c3b 100644 (file)
 
     <!-- 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"/>