Describe the issue or outstanding question.
Several existing shaders failed to compile due to missing overloads for asfloat16. This is a problem that has been reported elsewhere: https://github.com/microsoft/DirectXShaderCompiler/issues/6315. We should evaluate potential solutions to this problem.
Which proposal does this relate to? 0017 Conforming Literals
Describe the issue or outstanding question. Several existing shaders failed to compile due to missing overloads for
asfloat16
. This is a problem that has been reported elsewhere: https://github.com/microsoft/DirectXShaderCompiler/issues/6315. We should evaluate potential solutions to this problem.