microsoft / hlsl-specs

HLSL Specifications
MIT License
123 stars 33 forks source link

[0017] Evaluate `asfloat16` overloads #183

Closed llvm-beanz closed 6 months ago

llvm-beanz commented 7 months ago

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.