We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Starting from Shader Model 6.2, you can provide -denorm command line option to specify behaviors for 32-bit floating point denormal number.
Available values for this option are "preserve", "ftz", and "any". These options will be represented as function attributes in DXIL.
Affected instructions for this mode are basic arithmetic operations (add, subtract, multiply, and divide).
Note that fp16/fp64 need to preserve denorms regardless of this option.