KhronosGroup / SPIRV-Registry

SPIR-V specs
109 stars 72 forks source link

Clarify FPFastMath bit meanings #239

Closed gnl21 closed 6 months ago

gnl21 commented 6 months ago

Contract, Reassoc and Transform bits control how an operation can be treated in combination with its arguments. It was not intended that decorating an operation with 'Contract' allows its operands to be contracted independently with other instructions.

Fixes #237.

bashbaug commented 6 months ago

Merging as discussed in the February 14th teleconference.