Skip to content

Commit bdd1b2a

Browse files
authored
Reserve an FPFastMathMode bit (KhronosGroup#401)
1 parent c4a13e7 commit bdd1b2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/spirv/spir-v.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@
248248
<!-- Reserved FP fast math mode bits -->
249249
<ids type="FPFastMathMode" start="0" end="15" vendor="Khronos" comment="Reserved FPFastMathMode bits, not available to vendors - see the SPIR-V Specification"/>
250250
<ids type="FPFastMathMode" start="16" end="17" vendor="Intel" comment="Contact [email protected]"/>
251-
<ids type="FPFastMathMode" start="18" end="31" comment="Unreserved bits reservable for use by vendors"/>
251+
<ids type="FPFastMathMode" start="18" end="18" comment="Reserved FPFastMathMode bit, not available to vendors"/>
252+
<ids type="FPFastMathMode" start="19" end="31" comment="Unreserved bits reservable for use by vendors"/>
252253

253254

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

0 commit comments

Comments
 (0)