Skip to content

Commit f88a2d7

Browse files
authored
Reserve some tokens for Broadcom (KhronosGroup#567)
1 parent 822fb7d commit f88a2d7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

include/spirv/spir-v.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,14 @@
178178
<ids type="enumerant" start="6720" end="6783" vendor="MediaTek" comment="Contact [email protected]"/>
179179
<ids type="enumerant" start="6784" end="6911" vendor="Intel" comment="Contact [email protected]"/>
180180
<ids type="enumerant" start="6912" end="6975" vendor="Valve" comment="Contact [email protected]"/>
181+
<ids type="enumerant" start="6976" end="7039" vendor="Broadcom" comment="Contact [email protected]"/>
181182
<!-- Enumerants to reserve for future use. To get a block, allocate
182183
multiples of 64 starting at the lowest available point in this
183184
block and add a corresponding <ids> tag immediately above. Make
184185
sure to fill in the vendor attribute, and preferably add a contact
185186
person/address in a comment attribute. -->
186187
<!-- Example new block: <ids type="enumerant" start="XXXX" end="XXXX+64n-1" vendor="Add vendor" comment="Contact TBD"/> -->
187-
<ids type="enumerant" start="6976" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
188+
<ids type="enumerant" start="7040" end="4294967295" comment="Enumerant range reservable for future use by vendors"/>
188189
<!-- End reservations of enumerants -->
189190

190191

@@ -246,7 +247,8 @@
246247
<ids type="FPFastMathMode" start="0" end="15" vendor="Khronos" comment="Reserved FPFastMathMode bits, not available to vendors - see the SPIR-V Specification"/>
247248
<ids type="FPFastMathMode" start="16" end="17" vendor="Intel" comment="Contact [email protected]"/>
248249
<ids type="FPFastMathMode" start="18" end="18" vendor="khronos" comment="Reserved FPFastMathMode bit, not available to vendors - see SPV_KHR_float_controls2"/>
249-
<ids type="FPFastMathMode" start="19" end="31" comment="Unreserved bits reservable for use by vendors"/>
250+
<ids type="FPFastMathMode" start="19" end="20" vendor="Broadcom" comment="Contact [email protected]"/>
251+
<ids type="FPFastMathMode" start="21" end="31" comment="Unreserved bits reservable for use by vendors"/>
250252

251253

252254
<!-- SECTION: SPIR-V Memory Operand Bit Reservations -->

0 commit comments

Comments
 (0)