Skip to content

Commit e77d030

Browse files
authored
Update FPFastMath token reservation (KhronosGroup#414)
Now that SPV_KHR_float_controls2 has been released, make the reference explicit in the token reservations.
1 parent 1c9115b commit e77d030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/spirv/spir-v.xml

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

255255

0 commit comments

Comments
 (0)